This commit is contained in:
2026-05-21 20:37:54 +09:00
parent 8efe0b9341
commit df41182acd
20 changed files with 152 additions and 57 deletions
+11 -1
View File
@@ -13,7 +13,15 @@
};
console.useXkbConfig = true;
services.xserver.xkb.options = "ctrl:swapcaps";
services.xserver.xkb = {
layout = "my-sym";
variant = "my-sym";
extraLayouts."my-sym" = {
description = "English (US) with modifed right side keys";
languages = [ "eng" ];
symbolsFile = "${pkgs.my-ricing-assets}/usr/local/share/xkb/symbols/my-sym";
};
};
services.pipewire = {
enable = true;
@@ -136,5 +144,7 @@
yubikey-manager
alsa-utils
pulseaudio
zip
unzip
];
}