From 1d38aa62dec841c46b6231d8a7d351f66ec6f6c6 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 25 Nov 2023 08:55:44 +0000 Subject: [PATCH] fractal: persist the new(est) state dir hope it stops moving around soon lol --- hosts/common/programs/fractal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs/fractal.nix b/hosts/common/programs/fractal.nix index 1a6c45004..f75e662c6 100644 --- a/hosts/common/programs/fractal.nix +++ b/hosts/common/programs/fractal.nix @@ -41,6 +41,7 @@ in # XXX by default fractal stores its state in ~/.local/share//. ".local/share/hack" # for debug-like builds ".local/share/stable" # for normal releases + ".local/share/fractal" # for version 5+, i think? ]; suggestedPrograms = [ "gnome-keyring" ];