From 2bda469be28b1a6bf0ec81b82a3f819f13e53724 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 14 Jul 2024 10:58:18 +0200 Subject: [PATCH] Remove csgo-vulkan-fix plugin --- users/hu/packages/hyprland.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/users/hu/packages/hyprland.nix b/users/hu/packages/hyprland.nix index 7a55d31..6b1b1b8 100644 --- a/users/hu/packages/hyprland.nix +++ b/users/hu/packages/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { services.hyprpaper = { @@ -22,10 +22,6 @@ variables = [ "--all" ]; }; - plugins = with pkgs; [ - hyprlandPlugins.csgo-vulkan-fix - ]; - settings = { "$mod" = "SUPER"; "$terminal" = "foot"; @@ -61,14 +57,6 @@ }; }; - plugin = { - csgo-vulkan-fix = { - res_w = 1440; - res_h = 1080; - class = "cs2"; - }; - }; - bindm = [ "$mod, mouse:272, movewindow" "$mod, mouse:273, resizewindow"