From bc3c1f4a2c7f0cf4549a68289748c28af7ab509c Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 25 Oct 2025 19:21:06 +0200 Subject: [PATCH] home/nixy: add adwaita cursor theme --- home/nixy/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/nixy/home.nix b/home/nixy/home.nix index 97fbae7..ba2ddcb 100644 --- a/home/nixy/home.nix +++ b/home/nixy/home.nix @@ -50,6 +50,12 @@ in WLR_RENDERER = "vulkan"; }; + home.pointerCursor = { + package = pkgs.adwaita-icon-theme; + name = "Adwaita"; + size = 38; + }; + wayland.windowManager.sway = { enable = true; };