From c7c570afb27a79dad3d4ba42f1bebd404c53aded Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 11 Mar 2024 18:03:59 +0100 Subject: [PATCH] use the hyprcursor module in del --- hosts/del/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 0208fbd..b25a293 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -224,8 +224,11 @@ themes = { cursor = { enable = true; - package = pkgs.bibata-cursors; - name = "Bibata-Modern-Classic"; + src = pkgs.fetchurl { + 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; }; gtk = {