From 4a9c5570155bcd69b18cb8f5e34a3664eb708ea3 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 7 Oct 2024 09:23:35 +0100 Subject: [PATCH] cursor --- home/common/programs/hyprland/cursor.nix | 8 ++++++++ home/common/programs/hyprland/default.nix | 1 + 2 files changed, 9 insertions(+) create mode 100644 home/common/programs/hyprland/cursor.nix 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; [