diff --git a/flake.nix b/flake.nix index c442e842..a0cc9226 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; }; + rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor"; }; outputs = { @@ -43,6 +44,7 @@ sops-nix, emacs-overlay, hyprland, + rose-pine-hyprcursor, # ags, ... } @ inputs: let diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 28e7e1f7..bb48cecd 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -96,6 +96,8 @@ in greetd.tuigreet # notifications mako + # cursor + inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default ]; programs.hyprland = {