From 957f94b1b4e0efed67ab64ac23cf0a976407164c Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 3 Oct 2023 21:42:30 +0400 Subject: [PATCH] Fix cursors --- profiles/workspace/cursor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/workspace/cursor.nix b/profiles/workspace/cursor.nix index 167f87e..47079b2 100644 --- a/profiles/workspace/cursor.nix +++ b/profiles/workspace/cursor.nix @@ -8,7 +8,7 @@ home.pointerCursor = { package = pkgs.breeze-qt5; - name = "Breeze"; + name = "breeze_cursors"; size = 16; }; @@ -16,7 +16,7 @@ "${lib.getBin pkgs.breeze-qt5}/share/icons/breeze_cursors"; - # home.file."/home/balsoft/.icons/Breeze".source = - # "${lib.getBin pkgs.breeze-qt5}/share/icons/breeze_cursors"; + home.file."/home/balsoft/.icons/Breeze".source = + "${lib.getBin pkgs.breeze-qt5}/share/icons/breeze_cursors"; }; }