mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 01:16:55 +01:00
add deconf if home manger is used
This commit is contained in:
parent
5ca7f33638
commit
91b99f9308
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.dconf.enable = true;
|
||||
users.users.jopejoe1 = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.nushell;
|
||||
|
|
Loading…
Reference in a new issue