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
Makefile Normal file
View File

@@ -0,0 +1,4 @@
.PHONY: switch
switch:
nixos-rebuild switch --flake '.#'

View File

@@ -142,6 +142,7 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnumake
mkpasswd mkpasswd
vim vim
git git