diff --git a/home/programs/vesktop.nix b/home/programs/vesktop.nix index 5ccc97c..7abe3da 100644 --- a/home/programs/vesktop.nix +++ b/home/programs/vesktop.nix @@ -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)$" diff --git a/home/stylix/targets.nix b/home/stylix/targets.nix index 4661259..a666661 100644 --- a/home/stylix/targets.nix +++ b/home/stylix/targets.nix @@ -9,5 +9,6 @@ }; spicetify.enable = false; + vesktop.enable = false; }; }