diff --git a/test.nix b/test.nix index 54695f6..2ac98d1 100644 --- a/test.nix +++ b/test.nix @@ -89,11 +89,7 @@ in zathura = ctpEnable; }; - gtk = - ctpEnable - // { - catppuccin.cursor.enable = true; - }; + gtk = lib.recursiveUpdate ctpEnable { catppuccin.cursor.enable = true; }; services = { dunst = ctpEnable;