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