1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: customize compose keys

This commit is contained in:
2024-02-25 22:18:57 +01:00
parent fce3abfe0c
commit 77a4b6fd32
2 changed files with 38 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
in {
# man 7 xkeyboard-config
services.xserver = {
exportConfiguration = true; # link /usr/share/X11 properly
layout = "de";
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
# buckwalter: http://www.qamus.org/transliteration.htm
@@ -52,6 +53,12 @@ in {
};
};
environment.etc."x11-locale".source = toString pkgs.xorg.libX11 + "share/X11/locale";
home-manager.users.me = {
home.file.".XCompose".source = ../lib/keyboards/XCompose;
};
console.keyMap = "de";
environment.systemPackages =