Modules/Beets: Disable beet completion generation in activation script
This commit is contained in:
@ -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
|
||||||
};
|
# '';
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user