feat(cli,config): add flatpak and dotfiles support

This commit is contained in:
Patryk Hegenberg 2024-12-27 11:56:19 +01:00
parent 6991a6861a
commit 715e086fcd
2 changed files with 161 additions and 16 deletions

View file

@ -86,3 +86,21 @@ pipx = [
# "posting",
# "euporie",
]
[flatpak]
enable = false
remotes = [
{ name = "flathub", url = "https://flathub.org/repo/flathub.flatpakrepo" }
]
packages = [
"com.spotify.Client",
"us.zoom.Zoom",
"org.zotero.Zotero",
"com.google.AndroidStudio",
"io.freetubeapp.FreeTube",
"com.discordapp.Discord",
]
[dotfiles]
enable = false
git_repo = "https://github.com/username/dotfiles.git"