Skip to content

Commit bc5389a

Browse files
committed
remove: csgo-vulkan-fix
Turns out I don't need it lol
1 parent 5dce6bc commit bc5389a

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
inputs.nixpkgs.follows = "nixpkgs";
3232
inputs.quickshell.follows = "quickshell";
3333
};
34-
hyprland-plugins = {
35-
url = "github:hyprwm/hyprland-plugins";
36-
inputs.hyprland.follows = "hyprland";
37-
};
3834
};
3935

4036
outputs =

home/desktop/hyprland/default.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ in
4646
xwayland = {
4747
enable = true;
4848
};
49-
plugins = [
50-
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
51-
];
52-
extraConfig = ''
53-
plugin {
54-
csgo-vulkan-fix {
55-
vkfix-app = cs2, 1280, 960
56-
fix_mouse = true
57-
}
58-
}
59-
'';
49+
# plugins = [
50+
# inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
51+
# ];
52+
# extraConfig = ''
53+
# plugin {
54+
# csgo-vulkan-fix {
55+
# vkfix-app = cs2, 1280, 960
56+
# fix_mouse = true
57+
# }
58+
# }
59+
# '';
6060
settings = {
6161
"$mainMod" = "SUPER";
6262
monitor = [

0 commit comments

Comments
 (0)