summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2018-03-19 15:09:25 +0100
committerAlan Pearce2018-03-19 15:09:25 +0100
commit87a1912fa27c2a8bef99bc03328a8f35aee7a3c3 (patch)
tree63c2a548585c3c3853b71ddd0472c367ded7da70 /modules
parent942123bce188dc6ff278d43a0dc61c6a5a8f0f12 (diff)
parent404f3ad2d3a8bd5961c4e55ae621f87e40f9c7dc (diff)
downloadnixos-configuration-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.tar.lz
nixos-configuration-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.tar.zst
nixos-configuration-87a1912fa27c2a8bef99bc03328a8f35aee7a3c3.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware/qwerty.nix2
-rw-r--r--modules/programs/kde.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/hardware/qwerty.nix b/modules/hardware/qwerty.nix
index 3783b3a..d220cb2 100644
--- a/modules/hardware/qwerty.nix
+++ b/modules/hardware/qwerty.nix
@@ -4,11 +4,13 @@
     extraConfig = ''
       xkb-model=pc104
       xkb-layout=us
+      xkb-variant=intl-unicode
       xkb-options="altwin:prtsc_rwin"
     '';
   };
   services.xserver = {
     layout = "us";
+    xkbVariant = "intl-unicode";
     xkbOptions = "altwin:prtsc_rwin";
   };
 }
diff --git a/modules/programs/kde.nix b/modules/programs/kde.nix
index e9d99fd..652eb2a 100644
--- a/modules/programs/kde.nix
+++ b/modules/programs/kde.nix
@@ -10,6 +10,8 @@ with lib;
         sddm.enable = true;
       };
     };
+
+    physlock.enable = lib.mkForce false;
   };
 
   environment.systemPackages = with pkgs; [