add(nix): xkb dvorak-french layout

 hurray ! 
This commit is contained in:
Léana 江 2023-12-24 23:16:44 +01:00 committed by Léana 江
parent 7a39b3e3fd
commit 9f509de403
7 changed files with 129 additions and 2351 deletions

View file

@ -11,7 +11,6 @@
./hardware-configuration.nix
./bootloader.nix
./keyboard-layout.nix
./locale.nix
./networking.nix
./packages.nix

View file

@ -1,8 +0,0 @@
{...}: {
services.xserver = {
layout = "us";
xkbVariant = "dvorak";
};
console.keyMap = "dvorak";
}