about summary refs log tree commit diff stats
path: root/sys/locale
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-07 20:39:13 +0100
committerSoispha <soispha@vhack.eu>2024-02-07 20:39:13 +0100
commit57f5a133ed8a98918be9798b9d2397fbd5c53aba (patch)
tree06387fc07e375bfacc4d65a5c8e659bde949d934 /sys/locale
parentfix(hm/pkgs/spodi): Allow more providers (diff)
downloadnixos-config-57f5a133ed8a98918be9798b9d2397fbd5c53aba.tar.gz
nixos-config-57f5a133ed8a98918be9798b9d2397fbd5c53aba.zip
fix(sys): Use new module options
Diffstat (limited to '')
-rw-r--r--sys/locale/default.nix2
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"];