From b85a4c80ae0911bc450f7680b7ed017114303a06 Mon Sep 17 00:00:00 2001 From: Richie Cahill <Richie@tmmworkshop.com> Date: Sun, 9 Jun 2024 10:45:52 -0400 Subject: [PATCH] fixed bug --- users/richie/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/richie/home.nix b/users/richie/home.nix index 9ac2351..adf3196 100644 --- a/users/richie/home.nix +++ b/users/richie/home.nix @@ -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;