From 81d59b7cfd3e840e3e20ccb893db50ebaf8ea289 Mon Sep 17 00:00:00 2001 From: demenik Date: Sun, 21 Dec 2025 00:48:45 +0100 Subject: [PATCH] fix(stylix): Move vencord target to stylix --- home/programs/vesktop.nix | 2 -- home/stylix/targets.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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; }; }