summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 21:29:01 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 21:29:01 -0400
commitdb79facfe6ca2d304d13daaea5a410f903c04088 (patch)
tree3e3a68ac5c31a8f51c52067fe0915289859c0f88 /flake.nix
parentfix xdg.portal after refactor (diff)
downloaddotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.tar.gz
dotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.tar.bz2
dotfiles-nix-db79facfe6ca2d304d13daaea5a410f903c04088.zip
new hyprcursor theme
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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 = {