fixed bug

This commit is contained in:
Richie Cahill 2024-06-09 10:45:52 -04:00
parent 8b87c80c79
commit b85a4c80ae

View File

@ -4,7 +4,7 @@
./home/programs.nix
./home/sshconfig.nix
./home/cli
] ++ lib.optionals (!machineConfig.server) [ ./home/gui.nix ];
] ++ lib.optionals (!machineConfig.server) [ ./home/gui ];
nixpkgs.config.allowUnfree = true;