Update common.nix
This commit is contained in:
parent
f12524b339
commit
569962f335
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ services.desktopManager.gnome.enable = true;
|
||||||
programs.dconf = {
|
programs.dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles.user.databases = [{
|
profiles.user.databases = [{
|
||||||
lockAll = true
|
lockAll = true;
|
||||||
settings = {
|
settings = {
|
||||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||||
home = "<Super>e";
|
home = "<Super>e";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue