fix(stylix): Move vencord target to stylix

This commit is contained in:
2025-12-21 00:48:45 +01:00
parent d6aac89d5d
commit 81d59b7cfd
2 changed files with 1 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
{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,5 +9,6 @@
};
spicetify.enable = false;
vesktop.enable = false;
};
}