use the hyprcursor module in del
This commit is contained in:
parent
32d6fb98cb
commit
c7c570afb2
1 changed files with 5 additions and 2 deletions
|
@ -224,8 +224,11 @@
|
||||||
themes = {
|
themes = {
|
||||||
cursor = {
|
cursor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.bibata-cursors;
|
src = pkgs.fetchurl {
|
||||||
name = "Bibata-Modern-Classic";
|
url = "https://cdn.discordapp.com/attachments/1216066899729977435/1216076659149504643/HyprBibataModernClassicSVG.tar.gz?ex=65ff12a5&is=65ec9da5&hm=a42375c7390aaae1dcb444ac45be60779e7ca14d437a5a927dffabc1b573cc07&";
|
||||||
|
hash = "sha256-KDYoULjJC0Nhdx9Pz5Ezq+1F0tWwkVQIc5buy07hO98=";
|
||||||
|
};
|
||||||
|
name = "HyprBibataModernClassicSVG";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
Loading…
Reference in a new issue