Revert "fix(stylix): Move vencord target to stylix"

This reverts commit 81d59b7cfd.
This commit is contained in:
2025-12-21 00:57:53 +01:00
parent d175858293
commit 62ccc18181
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
{config, ...}: let
inherit (config.lib.stylix) colors;
in {
stylix.targets.vesktop.enable = false;
wayland.windowManager.hyprland.settings.windowrulev2 =
[
"workspace 4, class:^(vesktop)$"

View File

@@ -9,6 +9,5 @@
};
spicetify.enable = false;
vesktop.enable = false;
};
}