remove csgo fix from default plugins

This commit is contained in:
jacekpoz 2024-05-26 14:03:57 +02:00
parent d7911c2891
commit 868beebbd5
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -116,9 +116,7 @@ in {
enable = true;
package = hyprland;
#portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
] ++ cfg.extraPlugins;
plugins = cfg.extraPlugins;
# TODO make these work with the config below (infinite recursion)
# and make this file stop hanging my neovim every 2 seconds
# and figure out why it triggers E79 every single time I edit something