1

Modules/Beets: Disable beet completion generation in activation script

This commit is contained in:
2025-07-15 22:43:30 +02:00
parent 7a3df8a5ec
commit 887186ca7d

View File

@ -73,11 +73,12 @@ in {
}; };
# Generate fish completions # Generate fish completions
home.activation = { # TODO: This doesn't work if ~/Music is mounted after the activation...
beets-fish-completions = lib.hm.dag.entryAfter ["writeBoundary"] '' # home.activation = {
echo "Generating beet completions for fish shell at ~/.config/fish/completions/beet.fish" # beets-fish-completions = lib.hm.dag.entryAfter ["writeBoundary"] ''
beet fish # echo "Generating beet completions for fish shell at ~/.config/fish/completions/beet.fish"
''; # beet fish
}; # '';
# };
}; };
} }