Update common.nix

This commit is contained in:
ediblerope 2025-12-03 10:14:53 +00:00 committed by GitHub
parent 705f975848
commit becc02a57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,9 @@ services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
programs.dconf.enable = true;
programs.dconf.profiles.user.databases = [{
programs.dconf = {
enable = true; # THIS WAS MISSING!
profiles.user.databases = [{
settings = {
"org/gnome/settings-daemon/plugins/media-keys" = {
home = "<Super>e";
@ -38,6 +40,7 @@ programs.dconf.profiles.user.databases = [{
};
};
}];
};
# Define a user account. Don't forget to set a password with passwd.
users.users.fred = {