use the correct keyboard layout on devterm
This commit is contained in:
parent
f5423e3280
commit
8eaf1e4f9e
2 changed files with 8 additions and 3 deletions
|
@ -93,5 +93,10 @@
|
|||
}
|
||||
];
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
services.xserver.displayManager.defaultSession = lib.mkForce "sway";
|
||||
services.xserver.xkbVariant = lib.mkForce "us";
|
||||
console.keyMap = lib.mkForce "us";
|
||||
home-manager.users.darkkirb.wayland.windowManager.sway.config.input."*" = lib.mkForce {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -892,12 +892,12 @@
|
|||
"rev": "3af25f44079f4a09ccd618501bb72ab368d033d3",
|
||||
"revCount": 714,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
},
|
||||
"original": {
|
||||
"dir": "packaging/nix",
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue