mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
chore: nushell do not use history.txt now
This commit is contained in:
@@ -295,12 +295,6 @@ in {
|
|||||||
file = ".wakatime.cfg";
|
file = ".wakatime.cfg";
|
||||||
how = "symlink";
|
how = "symlink";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
file = ".config/nushell/history.txt";
|
|
||||||
how = "symlink";
|
|
||||||
# create parent directory automatically
|
|
||||||
configureParent = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
file = ".config/zoomus.conf";
|
file = ".config/zoomus.conf";
|
||||||
how = "symlink";
|
how = "symlink";
|
||||||
|
|||||||
@@ -52,14 +52,6 @@ in {
|
|||||||
"nix-config"
|
"nix-config"
|
||||||
"tmp"
|
"tmp"
|
||||||
];
|
];
|
||||||
files = [
|
|
||||||
{
|
|
||||||
file = ".config/nushell/history.txt";
|
|
||||||
how = "symlink";
|
|
||||||
# create parent directory automatically
|
|
||||||
configureParent = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user