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