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

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

View file

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