Try again to fix stylix cursors. Beginning to think i might be a plasma 6 issue.

This commit is contained in:
2024-01-09 17:11:15 -04:00
parent 2662857fe0
commit 801ce2cf31
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
stylix.autoEnable = true;
home-manager.sharedModules = [
{
stylix.autoEnable = true;
stylix.targets.kde.enable = false;
stylix.targets.gnome.enable = false;
stylix.targets.gtk.enable = false;
stylix.targets.xfce.enable = false;
stylix.targets.hyprland.enable = false;
stylix.targets.i3.enable = false;
stylix.targets.bspwm.enable = false;
}
];
}