mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
iron: init
This commit is contained in:
parent
3b77ed9058
commit
9aafa0207c
15 changed files with 797 additions and 0 deletions
11
nix/configurations/iron/nixos/input.nix
Normal file
11
nix/configurations/iron/nixos/input.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
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