diff --git a/home/common/programs/hyprland/cursor.nix b/home/common/programs/hyprland/cursor.nix new file mode 100644 index 0000000..9b62ced --- /dev/null +++ b/home/common/programs/hyprland/cursor.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ rose-pine-cursor ]; + + home.pointerCursor = { + + }; +} diff --git a/home/common/programs/hyprland/default.nix b/home/common/programs/hyprland/default.nix index fd9f684..5379f00 100644 --- a/home/common/programs/hyprland/default.nix +++ b/home/common/programs/hyprland/default.nix @@ -7,6 +7,7 @@ in ./rofi.nix ./dunst.nix ./avizo.nix + ./cursor.nix ]; home.packages = with pkgs; [