diff --git a/configuration.nix b/configuration.nix index 3d4c6ec..f81ce77 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,12 +7,16 @@ ]; environment.systemPackages = with pkgs; [ + (pkgs.writeShellScriptBin "nrbs" '' + nixos-rebuild switch + '') bash wget git eza python312 uv + appdaemon ]; virtualisation.docker.enable = true;