From 64c5ba9253f40a9da4cd126728b7e50daf07d36f Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Tue, 9 Dec 2025 20:01:15 +0100 Subject: [PATCH] Use nordzy cursor theme --- modules/home-manager/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 7cf5e1f..bd7e8dc 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + home.packages = with pkgs; [ nordzy-cursor-theme ]; + programs.waybar.enable = true; wayland.windowManager.hyprland = @@ -28,6 +30,9 @@ xwayland.enable = true; settings = { + exec-once = [ + "hyperctl setcursor Nordzy-cursors 26" + ]; monitor = [ ",1920x1080@60,0x0,1" ];