Add nh shell aliases

This commit is contained in:
Julian Mutter 2024-06-26 12:03:38 +02:00
parent 80209213a6
commit cb032a9862

View File

@ -32,6 +32,11 @@ in
FLAKE = "/home/julian/.dotfiles";
};
home.shellAliases = {
"os" = "nh os switch";
"hs" = "nh home switch";
};
home.packages = with pkgs; [ nh ];
};
}