Fix cursors

This commit is contained in:
Alexander Bantyev 2023-10-03 21:42:30 +04:00
parent 74cc42e41b
commit 957f94b1b4
No known key found for this signature in database
GPG Key ID: 48ABA304F3A30FE9
1 changed files with 3 additions and 3 deletions

View File

@ -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";
};
}