From 1357d65442fb0f41ca7805f533fb57d2436f2c46 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 1 Dec 2024 22:54:25 +0100 Subject: [PATCH] modules/theme: set niri cursor --- modules/theme/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index bea5ae1..e3251de 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -89,7 +89,13 @@ in { programs = { niri = { - settings.layout.focus-ring.active.color = scheme.palette.base0E; + settings = { + layout.focus-ring.active.color = scheme.palette.base0E; + cursor = { + inherit (config.theme.cursorTheme) size; + theme = config.theme.cursorTheme.name; + }; + }; }; kitty.settings = {