From 059831b5320de0b27e2e619ba230b0b0e23fd703 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 27 May 2021 19:05:38 +0200 Subject: [PATCH] home: x: cursor: switch to Vimix --- home/x/cursor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/x/cursor.nix b/home/x/cursor.nix index 4bbff0c..4762199 100644 --- a/home/x/cursor.nix +++ b/home/x/cursor.nix @@ -5,8 +5,8 @@ in { config = lib.mkIf cfg.enable { xsession.pointerCursor = { - package = pkgs.numix-cursor-theme; - name = "Numix-Cursor"; + package = pkgs.ambroisie.vimix-cursors; + name = "Vimix-cursors"; }; }; }