diff --git a/hosts/idols-ai/preservation.nix b/hosts/idols-ai/preservation.nix index 9252ce3c..760174ce 100644 --- a/hosts/idols-ai/preservation.nix +++ b/hosts/idols-ai/preservation.nix @@ -295,12 +295,6 @@ in { file = ".wakatime.cfg"; how = "symlink"; } - { - file = ".config/nushell/history.txt"; - how = "symlink"; - # create parent directory automatically - configureParent = true; - } { file = ".config/zoomus.conf"; how = "symlink"; diff --git a/hosts/k8s/kubevirt-shoryu/preservation.nix b/hosts/k8s/kubevirt-shoryu/preservation.nix index 7a80759a..07201118 100644 --- a/hosts/k8s/kubevirt-shoryu/preservation.nix +++ b/hosts/k8s/kubevirt-shoryu/preservation.nix @@ -52,14 +52,6 @@ in { "nix-config" "tmp" ]; - files = [ - { - file = ".config/nushell/history.txt"; - how = "symlink"; - # create parent directory automatically - configureParent = true; - } - ]; }; };