Add Makefile

This commit is contained in:
2024-03-27 15:32:28 +00:00
parent ab2e5efcec
commit ac373b1a57
2 changed files with 4 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
rebuild:
nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix

View File

@@ -81,6 +81,7 @@
environment.systemPackages = with pkgs; [
git
lsof
gnumake
];
programs.zsh.enable = true;