From c209eb522a55fb84e6d3102df64ec67cb3712446 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 7 Feb 2025 13:09:44 -0500 Subject: try to enable bigger pointer cursor --- lib/linux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/linux.nix') 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 = { -- cgit v1.2.3