add deconf if home manger is used

This commit is contained in:
Johannes Jöns 2024-10-14 20:03:18 +02:00
parent 5ca7f33638
commit 91b99f9308

View file

@ -14,6 +14,7 @@ in
};
config = lib.mkIf cfg.enable {
programs.dconf.enable = true;
users.users.jopejoe1 = {
isNormalUser = true;
shell = pkgs.nushell;