From c231ba66f881c06efd17c2a9b65d8983eff36833 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 16 Jul 2025 23:00:23 +0800 Subject: [PATCH] chore: nushell do not use history.txt now --- hosts/idols-ai/preservation.nix | 6 ------ hosts/k8s/kubevirt-shoryu/preservation.nix | 8 -------- 2 files changed, 14 deletions(-) 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; - } - ]; }; };