somberero: Add Makefile

This commit is contained in:
Alexander Heldt
2023-01-26 10:49:40 +01:00
parent 21b283e314
commit 749d8ceaba
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.PHONY: switch
switch:
nixos-rebuild switch --flake '.#'
+1
View File
@@ -142,6 +142,7 @@
};
environment.systemPackages = with pkgs; [
gnumake
mkpasswd
vim
git