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
|
|
@ -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