mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
users/kat/gui: kitty cache fix (graphics support)
This commit is contained in:
parent
493639ea04
commit
4172da10a0
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue