Update home.nix

This commit is contained in:
ediblerope 2025-12-15 20:02:47 +00:00 committed by GitHub
parent a3d86f681d
commit a4265496b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"];