refactor(fish): assemble the interactive init in Nix, not at runtime

Fold the done plugin tuning back into config.fish and drop the conf.d
fragment: config.fish is read whole into interactiveShellInit, so Nix
assembles the interactive init at build time instead of fish autoloading
a separate conf.d file. functions/copy.fish stays a function file, the
idiomatic home for a lazily-autoloaded function.
This commit is contained in:
2026-07-18 18:56:07 -04:00
parent 5a89d4addb
commit 95869fb11f
4 changed files with 5 additions and 7 deletions

View File

@@ -37,9 +37,6 @@ in
wget # non-interactive HTTP downloader; backs the wget abbreviation
];
# done's tuning lives in its own conf.d snippet, mirroring ~/.config/fish.
xdg.configFile."fish/conf.d/done.fish".source = ./conf.d/done.fish;
programs.fish = {
enable = true;