remove csgo fix from default plugins
This commit is contained in:
parent
d7911c2891
commit
868beebbd5
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue