From 844561a87ca7688dcc5fc70f473757e6130efecc Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 23 Jul 2025 11:47:04 +0200 Subject: [PATCH] Modules/Impermanence: Persist unityhub --- system/modules/impermanence/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/modules/impermanence/default.nix b/system/modules/impermanence/default.nix index ac8f345a..922837fe 100644 --- a/system/modules/impermanence/default.nix +++ b/system/modules/impermanence/default.nix @@ -132,6 +132,7 @@ in { (mkUDir ".config/tidal-hifi" m755) (mkUDir ".config/tidal_dl_ng" m755) (mkUDir ".config/unity3d" m755) # Unity + (mkUDir ".config/unityhub" m755) (mkUDir ".config/vlc" m755) (mkUDir ".config/Zeal" m755) @@ -147,6 +148,7 @@ in { (mkUDir ".local/share/nvim" m755) (mkUDir ".local/share/qutebrowser" m755) (mkUDir ".local/share/systemd" m755) + (mkUDir ".local/share/unity3d" m755) (mkUDir ".local/share/zoxide" m755) (mkUDir ".local/state/astal/notifd" m755)