feat: try and enable dconf

This commit is contained in:
etwas 2024-12-25 09:20:23 +01:00
parent db3703ef1d
commit c03d1102ea
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -46,4 +46,6 @@
nix.extraOptions = '' nix.extraOptions = ''
trusted-users = root rhea trusted-users = root rhea
''; '';
programs.dconf.enable = true;
} }