update
This commit is contained in:
+11
-1
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user