about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/modules/desktop.nix')
-rw-r--r--users/tazjin/nixos/modules/desktop.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix
index 12a42b8faa..4dd25db641 100644
--- a/users/tazjin/nixos/modules/desktop.nix
+++ b/users/tazjin/nixos/modules/desktop.nix
@@ -12,14 +12,13 @@
 
     redshift.enable = true;
     blueman.enable = true;
+    libinput.enable = true;
 
     xserver = {
       enable = true;
       xkb.layout = "us";
       xkb.options = "caps:super";
 
-      libinput.enable = true;
-
       displayManager = {
         # Give EXWM permission to control the session.
         sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";