slab: fix stylix config

This commit is contained in:
NullBite 2025-04-26 17:28:13 -04:00
parent c6ba185187
commit b13d96f56e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

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