From 4172da10a07e1024377ea72a1d7c85e3caa8003b Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 17 May 2021 06:20:03 +0100 Subject: [PATCH] users/kat/gui: kitty cache fix (graphics support) --- users/kat/gui/kitty.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/kat/gui/kitty.nix b/users/kat/gui/kitty.nix index 5c7a8344..5ddad2ca 100644 --- a/users/kat/gui/kitty.nix +++ b/users/kat/gui/kitty.nix @@ -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;