File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff line change 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 = [
You can’t perform that action at this time.
0 commit comments