use the correct keyboard layout on devterm

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-11 15:10:49 +02:00
parent f5423e3280
commit 8eaf1e4f9e
2 changed files with 8 additions and 3 deletions

View file

@ -93,5 +93,10 @@
} }
]; ];
hardware.enableRedistributableFirmware = true; 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";
};
} }

View file

@ -892,12 +892,12 @@
"rev": "3af25f44079f4a09ccd618501bb72ab368d033d3", "rev": "3af25f44079f4a09ccd618501bb72ab368d033d3",
"revCount": 714, "revCount": 714,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
}, },
"original": { "original": {
"dir": "packaging/nix", "dir": "packaging/nix",
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
} }
} }
}, },