mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 17:52:24 +00:00
Add Makefile
This commit is contained in:
3
Makefile
Normal file
3
Makefile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
rebuild:
|
||||||
|
nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|
||||||
@@ -81,6 +81,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
lsof
|
lsof
|
||||||
|
gnumake
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user