fix: add GSK_RENDERER to fix broken gtk

This commit is contained in:
Youwen Wu 2024-11-27 22:31:58 -08:00
parent 3623b797f3
commit cc6c8b637e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -23,12 +23,14 @@
"$Right" = "L"; "$Right" = "L";
"$Up" = "K"; "$Up" = "K";
"$Down" = "J"; "$Down" = "J";
# env = [ env = [
# "HYPRCURSOR_THEME,Bibata-Modern-Ice" # "HYPRCURSOR_THEME,Bibata-Modern-Ice"
# "HYPRCURSOR_SIZE,26" # "HYPRCURSOR_SIZE,26"
# "XCURSOR_THEME,Bibata-Modern-Ice" # "XCURSOR_THEME,Bibata-Modern-Ice"
# "XCURSOR_SIZE,26" # "XCURSOR_SIZE,26"
# ]; # fix <https://github.com/NixOS/nixpkgs/issues/353990>
"GSK_RENDERER,gl"
];
bind = [ bind = [
# Application Keybinds # Application Keybinds
"$mod, T, exec, ${pkgs.kitty}/bin/kitty" "$mod, T, exec, ${pkgs.kitty}/bin/kitty"