Update common.nix
This commit is contained in:
parent
c8251f9688
commit
e583d93b4b
1 changed files with 10 additions and 4 deletions
14
common.nix
14
common.nix
|
|
@ -40,10 +40,16 @@ programs.dconf = {
|
|||
enable = true;
|
||||
profiles.user.databases = [{
|
||||
settings = {
|
||||
"org/gnome/settings-daemon/plugins/media-keys/home" = [ "<Super>e" ];
|
||||
"org/gnome/settings-daemon/plugins/media-keys/control-center" = [ "<Super>i" ];
|
||||
"org/gnome/desktop/wm/keybindings/close" = [ "<Super>q" ];
|
||||
"org/gnome/desktop/interface/color-scheme" = "prefer-dark";
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
home = "<Super>e";
|
||||
control-center = "<Super>i";
|
||||
};
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
close = [ "<Super>q" ];
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue