From 945d395dd9c13b5e1f9cbee7d988045adae73e06 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:05:15 +0400 Subject: [PATCH] n --- flake.nix | 2 ++ modules/desktop/hyprland/default.nix | 2 ++ 2 files changed, 4 insertions(+) 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 = {