diff options
-rw-r--r-- | users/tazjin/nixos/modules/desktop.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index 12a42b8faa4b..4dd25db641e1 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"; |