mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
chore: nushell do not use history.txt now
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -52,14 +52,6 @@ in {
|
||||
"nix-config"
|
||||
"tmp"
|
||||
];
|
||||
files = [
|
||||
{
|
||||
file = ".config/nushell/history.txt";
|
||||
how = "symlink";
|
||||
# create parent directory automatically
|
||||
configureParent = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user