From b13d96f56e229e457602045a41844b36f4bc549e Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 26 Apr 2025 17:28:13 -0400 Subject: [PATCH] slab: fix stylix config --- hosts/slab/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index fda34b1..fff6382 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -23,7 +23,7 @@ # TODO mkif stylix.enable; danth/stylix#216 home.pointerCursor = lib.mkIf (config.nixfiles.theming.enable && !config.stylix.enable) {size = 32;}; - stylix.cursor = {size = 32;}; + stylix.cursor = lib.mkIf config.stylix.enable {size = 32;}; nixfiles.theming.catppuccin.themeDPI = "hdpi";