diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:15:06 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:15:06 +0200 |
| commit | 72d507619108a08bf6aee5d75c7745224ca35701 (patch) | |
| tree | 18b43d37b0b42004b16074590080440c74394b96 /modules/system/keyboard.nix | |
| parent | 12e698ef536aff14173dc9b57bf5db4a5a1c53ec (diff) | |
Fixed some browser config errors
Diffstat (limited to 'modules/system/keyboard.nix')
| -rw-r--r-- | modules/system/keyboard.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/keyboard.nix b/modules/system/keyboard.nix index 1333637..3875e58 100644 --- a/modules/system/keyboard.nix +++ b/modules/system/keyboard.nix @@ -3,9 +3,9 @@ lib, ... }: { - flake.nixosModule.keyboard = {...}: { - xkb = { - layout = lib.mkDefauklt "cz"; + flake.nixosModules.keyboard = {...}: { + services.xkb = { + layout = lib.mkDefault "cz"; options = lib.mkDefault "eurosign:e,caps:escape"; }; }; |
