feat(cli,config): add flatpak and dotfiles support
This commit is contained in:
parent
6991a6861a
commit
715e086fcd
2 changed files with 161 additions and 16 deletions
18
config.toml
18
config.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue