diff options
author | Soispha <soispha@vhack.eu> | 2024-02-07 20:39:13 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-07 20:39:13 +0100 |
commit | 57f5a133ed8a98918be9798b9d2397fbd5c53aba (patch) | |
tree | 06387fc07e375bfacc4d65a5c8e659bde949d934 /sys/locale | |
parent | fix(hm/pkgs/spodi): Allow more providers (diff) | |
download | nixos-config-57f5a133ed8a98918be9798b9d2397fbd5c53aba.tar.gz nixos-config-57f5a133ed8a98918be9798b9d2397fbd5c53aba.zip |
fix(sys): Use new module options
Diffstat (limited to '')
-rw-r--r-- | sys/locale/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/locale/default.nix b/sys/locale/default.nix index 24875167..7912b45b 100644 --- a/sys/locale/default.nix +++ b/sys/locale/default.nix @@ -33,7 +33,7 @@ in { inherit (cfg) keyMap; }; - services.xserver.extraLayouts = { + services.xserver.xkb.extraLayouts = { "us-modified" = { description = "standard us with german and swedish extra chars."; languages = ["eng" "swe" "deu"]; |