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; };