From 1b056c4da29d01f4d9f3843f9715dfcd5f1fcf10 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 9 Jan 2025 19:53:54 +0530 Subject: [PATCH] feat: remove zcompdump from persist dir --- hosts/arcturus/home.nix | 1 - hosts/canopus/home.nix | 1 - hosts/homelab/home.nix | 1 - hosts/vps/home.nix | 1 - 4 files changed, 4 deletions(-) diff --git a/hosts/arcturus/home.nix b/hosts/arcturus/home.nix index e5a1e11..3d7ca38 100644 --- a/hosts/arcturus/home.nix +++ b/hosts/arcturus/home.nix @@ -7,7 +7,6 @@ ]; files = [ ".zsh_history" - ".zcompdump" ]; allowOther = true; }; diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 312ee4b..468d554 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -86,7 +86,6 @@ ]; files = [ ".zsh_history" - ".zcompdump" ".wakatime.cfg" ]; allowOther = true; diff --git a/hosts/homelab/home.nix b/hosts/homelab/home.nix index fead180..84dbab2 100644 --- a/hosts/homelab/home.nix +++ b/hosts/homelab/home.nix @@ -12,7 +12,6 @@ ]; files = [ ".zsh_history" - ".zcompdump" ".wakatime.cfg" ]; allowOther = true; diff --git a/hosts/vps/home.nix b/hosts/vps/home.nix index 76dbc09..1ae0bdd 100644 --- a/hosts/vps/home.nix +++ b/hosts/vps/home.nix @@ -6,7 +6,6 @@ ]; files = [ ".zsh_history" - ".zcompdump" ]; allowOther = true; };