users/kat/gui: kitty cache fix (graphics support)

This commit is contained in:
kat witch 2021-05-17 06:20:03 +01:00
parent 493639ea04
commit 4172da10a0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -9,7 +9,10 @@ let
size_css = "14px";
};
in
{
{
wayland.windowManager.sway.extraSessionCommands = ''
export KITTY_CACHE_DIRECTORY="/tmp/kitty";
'';
programs.kitty = {
enable = true;
font.name = witch.style.font.name;