diff --git a/common/home-manager.nix b/common/home-manager.nix index bc245fb..984d160 100644 --- a/common/home-manager.nix +++ b/common/home-manager.nix @@ -75,10 +75,15 @@ shellAliases = { ".." = "cd .."; "..." = "cd ../.."; + config = "vim /etc/nixos/configuration.nix"; hmconf = "vim /etc/nixos/common/home-manager.nix"; switch = "sudo nixos-rebuild switch"; + nr = "nix run --impure"; + ns = "nix-shell"; + nsp = "nix-shell -p"; + cdnix = "cd /etc/nixos"; }; };