Update home.nix
This commit is contained in:
parent
a3d86f681d
commit
a4265496b8
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,14 @@
|
|||
picture-options = "zoom";
|
||||
};
|
||||
|
||||
# Keyboard input sources
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = [
|
||||
(lib.hm.gvariant.mkTuple [ "xkb" "gb" ])
|
||||
(lib.hm.gvariant.mkTuple [ "xkb" "no" ])
|
||||
];
|
||||
};
|
||||
|
||||
# Window manager keybindings
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
close = ["<Super>q"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue