From 4a1cd4804da76daacafcb0b3c617e1bddf73e288 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 23 Nov 2025 17:27:21 -0600 Subject: [PATCH] default --- system-config/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/users/default.nix b/system-config/users/default.nix index 095b863..81f374d 100644 --- a/system-config/users/default.nix +++ b/system-config/users/default.nix @@ -94,7 +94,7 @@ homeconfig = { host = config.sysconfig.host; name = x; - graphical = config.sysconfig.graphical; + graphical = lib.mkDefault config.sysconfig.graphical; }; } ] ++ (if inputs ? ${x} then [ (inputs.${x} /*{ config = config.home-manager.users.${x}; inherit lib pkgs inputs; }*/) ] else [])