hyprland: enable csgo plugin
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-10-08 09:36:13 -04:00
parent 0163aebef0
commit 39ef00af7c
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 9 additions and 9 deletions

View file

@ -3,16 +3,16 @@
inputs, inputs,
... ...
}: { }: {
wayland.windowManager.hyprland.plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
];
plugin = { plugin = {
hyprexpo = { csgo-vulkan-fix = {
columns = 3; res_w = 1280;
gap_size = 5; res_h = 1024;
bg_col = "rgb(111111)"; class = "cs2";
workspace_method = "center current"; fix_mouse = true;
}; };
}; };
}; };

View file

@ -4,7 +4,7 @@
./config/general.nix ./config/general.nix
./config/binds.nix ./config/binds.nix
./config/rules.nix ./config/rules.nix
# ./config/plugins.nix ./config/plugins.nix
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;