From db79facfe6ca2d304d13daaea5a410f903c04088 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 21:29:01 -0400 Subject: new hyprcursor theme --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ee49433..0015bcd 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,10 @@ # nixos-wsl nixos-wsl.url = "github:nix-community/nixos-wsl"; nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; + # rose-pine-hyprcursor + rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor"; + rose-pine-hyprcursor.inputs.nixpkgs.follows = "nixpkgs"; + rose-pine-hyprcursor.inputs.hyprlang.follows = "hyprland/hyprlang"; }; outputs = { -- cgit v1.2.3-freya