pinwheel: Move make to be system wide

This commit is contained in:
Alexander Heldt
2023-09-24 20:34:38 +02:00
parent 70fb7fc22b
commit 8a249741a6
2 changed files with 1 additions and 1 deletions

View File

@@ -98,6 +98,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
inputs.agenix.packages."${system}".default inputs.agenix.packages."${system}".default
coreutils coreutils
gnumake
bash bash
]; ];

View File

@@ -11,7 +11,6 @@
home.homeDirectory = "/home/alex"; home.homeDirectory = "/home/alex";
home.packages = with pkgs; [ home.packages = with pkgs; [
gnumake
tig tig
onlyoffice-bin onlyoffice-bin
qmk qmk