diff --git a/configuration.nix b/configuration.nix index bd23263..9673553 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,6 +81,10 @@ }; qemuGuest.enable = true; }; + + programs.bash.shellAliases = { + update = "sudo cd /etc/nixos && git pull && nixos-rebuild switch"; +}; # leave installation default system.stateVersion = "24.05"; # Did you read the comment?