From d2fc4f61e0063543fbdbf599f9ea62426dd7400c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 30 Jan 2025 12:20:47 +0100 Subject: fix(modules/impermanence): Only persist `~/.mozilla/firefox` The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host. --- modules/by-name/im/impermanence/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name/im/impermanence') diff --git a/modules/by-name/im/impermanence/module.nix b/modules/by-name/im/impermanence/module.nix index 9c289346..94789755 100644 --- a/modules/by-name/im/impermanence/module.nix +++ b/modules/by-name/im/impermanence/module.nix @@ -43,7 +43,7 @@ in { ".config/iamb/profiles" ".cache" - ".mozilla" + ".mozilla/firefox" "media" "repos" -- cgit 1.4.1