From 62ccc181814dbb56551575e70d3c360d679ac914 Mon Sep 17 00:00:00 2001 From: demenik Date: Sun, 21 Dec 2025 00:57:53 +0100 Subject: [PATCH] Revert "fix(stylix): Move vencord target to stylix" This reverts commit 81d59b7cfd3e840e3e20ccb893db50ebaf8ea289. --- home/programs/vesktop.nix | 2 ++ home/stylix/targets.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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; }; }