From c109b193a95a985bf8f5a42dd18203e9ab00b5b5 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 2 Jun 2022 16:39:12 +0200 Subject: [PATCH] Update to 22.05 --- home.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 = {