add direnv and fix laptop kb

This commit is contained in:
Tristan 2024-01-04 19:57:14 +00:00
parent 3e68fa05ed
commit 254a1cdc58
2 changed files with 4 additions and 1 deletions

View file

@ -338,4 +338,7 @@ in {
pdf-engine = "xelatex"; pdf-engine = "xelatex";
}; };
}; };
programs.direnv.enable = true;
} }

View file

@ -36,7 +36,7 @@ in {
"SUPER_SHIFT, Q, killactive," "SUPER_SHIFT, Q, killactive,"
]; ];
"device:at-translated-set-2-keyboard" = { "device:at-translated-set-2-keyboard" = {
kb_variant = "dvorak,"; kb_variant = ",dvorak";
kb_layout = "gb,gb"; kb_layout = "gb,gb";
kb_options = "grp:alt_shift_toggle,caps:escape"; kb_options = "grp:alt_shift_toggle,caps:escape";
}; };