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";