Enable dconf on graphical systems

This commit is contained in:
Mikael Voss 2024-07-31 14:33:16 +02:00
parent 2bee5f06de
commit d720fb23f5

View file

@ -18,6 +18,7 @@ in {
users.${user} = inputs.self.homeConfigurations.default;
};
programs.dconf.enable = lib.mkIf graphical true;
programs.fish.enable = true;
users.users.${user} = {