diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7036e2a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: switch + +switch: + nixos-rebuild switch --flake '.#' diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 60f9f1b..666b7ac 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -142,6 +142,7 @@ }; environment.systemPackages = with pkgs; [ + gnumake mkpasswd vim git