diff options
-rw-r--r-- | lib/linux.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index e025452..51fa65d 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, lib, config, ... }: let inherit (import ./const.nix) fontSize homedir gpgid; @@ -24,6 +24,7 @@ in pointerCursor = { package = pkgs.phinger-cursors; name = "phinger-cursors"; + x11.enable = true; }; keyboard.options = [ "caps:ctrl_modifier" ]; sessionVariables = { |