diff options
| -rw-r--r-- | hosts/c-pc/home.nix | 2 | ||||
| -rw-r--r-- | snowfall/modules/home/impermanence/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 9501c46..3ccd6df 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -15,8 +15,6 @@ allowOther = true; directories = [ - ".local/share/applications" - ".config/jellyfin" ".local/share/jellyfin" ".cache/jellyfin" diff --git a/snowfall/modules/home/impermanence/default.nix b/snowfall/modules/home/impermanence/default.nix index 613603f..081946c 100644 --- a/snowfall/modules/home/impermanence/default.nix +++ b/snowfall/modules/home/impermanence/default.nix @@ -30,6 +30,7 @@ in { allowOther = true; directories = mkIf cfg.skeleton [ + ".local/share/applications" ".local/bin" "Downloads" |