diff --git a/home.nix b/home.nix index 8e6aed2..523751b 100644 --- a/home.nix +++ b/home.nix @@ -61,6 +61,12 @@ in { sys.ps2='\x01\x1b[1;49;31m\x02...\x01\x1b[0m\x02 ' # bright red ''; }; + + pointerCursor = mkIf graphics { + package = pkgs.capitaine-cursors; + name = "capitaine-cursors"; + size = 16; + }; }; news.display = "silent"; @@ -115,14 +121,6 @@ in { xdg.enable = true; - xsession = mkIf graphics { - pointerCursor = { - package = pkgs.capitaine-cursors; - name = "capitaine-cursors"; - size = 16; - }; - }; - gtk = mkIf graphics { enable = true; font = {