general: enable dconf on all platforms

This commit is contained in:
Fabian Montero 2025-08-26 22:49:17 -06:00
parent 6de4d0bd81
commit ff69b90dfe
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 2 additions and 2 deletions

View file

@ -62,6 +62,8 @@ in {
}; };
}; };
programs.dconf.enable = true;
# Coredumps are a security risk and may use up a lot of disk space # Coredumps are a security risk and may use up a lot of disk space
systemd.coredump.extraConfig = '' systemd.coredump.extraConfig = ''
Storage=none Storage=none

View file

@ -16,7 +16,5 @@ in {
}; };
hardware.graphics.enable = true; hardware.graphics.enable = true;
programs.dconf.enable = true;
}; };
} }