slab: fix stylix config
This commit is contained in:
parent
c6ba185187
commit
b13d96f56e
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user