mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: use xkb compose key directly, drop dvorak french
This commit is contained in:
parent
00e0b5435e
commit
ce21181099
2 changed files with 10 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ in
|
|||
../nixosModules/common/sudo-conf.nix
|
||||
../nixosModules/common/system-nixconf.nix
|
||||
|
||||
../nixosModules/extra/layouts
|
||||
../nixosModules/extra/zram.nix
|
||||
../nixosModules/extra/leana.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,14 @@
|
|||
# users = ["leana"];
|
||||
# openFirewall = true;
|
||||
# };
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "dvorak";
|
||||
options = builtins.concatStringsSep "," [
|
||||
"caps:swapescape"
|
||||
"compose:ralt"
|
||||
];
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue