commit e32f8d4108aca3a901e720357ff8db3887e6498f parent bfe3c288cdedbe32a8768e18befb417df047cf2e Author: Francesco Saccone <francesco@francescosaccone.com> Date: Sun, 6 Apr 2025 20:35:23 +0200 feat: install and use graphite-dark-nord cursor Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
M | modules/home/sway/default.nix | | | 16 | ++++++++++++---- |
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -27,10 +27,18 @@ }; config = lib.mkIf config.modules.sway.enable { - home.packages = [ - pkgs.swaybg - pkgs.wl-clipboard-rs - ]; + home = { + packages = [ + pkgs.swaybg + pkgs.wl-clipboard-rs + ]; + pointerCursor = { + gtk.enable = true; + name = "graphite-dark-nord"; + package = pkgs.graphite-cursors; + size = 20; + }; + }; wayland.windowManager.sway = let