# aliases for nushell
{
    c = "n /etc/nixos/configuration.nix";
    g = "git";
    h = "n ~/.config/home-manager/home.nix";
    hs = "home-manager switch";
    laz = "lazygit";
    nix-shell = "nix-shell --command nu";
    ns = "nixos-rebuild switch --sudo";
    rmf = "rm -rf";
    sudo = "sudo -E";
}