1
0
Fork 0

Fix neo-layout in gnome

This commit is contained in:
Malte Brandy 2020-09-28 13:35:45 +02:00
parent 82102b3839
commit 40ee2192e3
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,6 +1,13 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
services.gpg-agent.pinentryFlavor = "gnome3";
dconf.settings = {
"org/gnome/desktop/input-sources" = {
sources = [(lib.hm.gvariant.mkTuple ["xkb" "de+neo"])]; # use neo
xkb-options = [
"altwin:swap_lalt_lwin" # swap alt and win
"lv3:menu_switch" # So that gnome-settings does not set it to ralt
];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" =
{
binding = "<Super>Return";