refactor(fish): lay the Module out like ~/.config/fish

Move the Module to modules/fish/fish.nix and mirror a real fish config
directory beside it: config.fish (interactive init), conf.d/done.fish
(the done plugin tuning, now a real conf.d file), and functions/copy.fish.
completions/ and themes/ are omitted as they have no content and git
cannot track empty directories.
This commit is contained in:
2026-07-18 18:45:06 -04:00
parent b91e434c87
commit 5a89d4addb
5 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
# Tune the done plugin: only notify for commands past 10s, at low urgency.
set -g __done_min_cmd_duration 10000
set -g __done_notification_urgency_level low