diff --git a/snapcraft.yaml b/snapcraft.yaml index 13b0be2c..f1976b99 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -74,13 +74,20 @@ parts: snapcraftctl build snapcraftctl set-version $(git -C ../src describe --tags | sed 's/v//') +plugs: + starship-config: + interfaces: personal-files + write: + - $HOME/.config/starship.toml + - $HOME/.cache/starship + apps: starship: command: bin/starship plugs: - home - removable-media - - personal-files + - starship-config architectures: - build-on: amd64