add dconf
This commit is contained in:
parent
9e968ef3d8
commit
f7558e3e23
3 changed files with 7 additions and 3 deletions
3
modules/features/system/dconf.nix
Normal file
3
modules/features/system/dconf.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.dconf.enable = true;
|
||||
}
|
||||
Reference in a new issue