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"