Move some packages to Flatpak
This commit is contained in:
parent
ebbacf6edd
commit
9f6385e90d
@ -35,14 +35,9 @@ desktop_apt_repos:
|
|||||||
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
|
||||||
- "deb [arch=amd64] https://apt.releases.hashicorp.com focal main" # Terraform
|
- "deb [arch=amd64] https://apt.releases.hashicorp.com focal main" # Terraform
|
||||||
# First-party PPAs
|
# First-party PPAs
|
||||||
- "ppa:obsproject/obs-studio" # OBS
|
|
||||||
- "ppa:jackmacwindows/ppa" # CraftOS-PC 2
|
- "ppa:jackmacwindows/ppa" # CraftOS-PC 2
|
||||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||||
- "ppa:libretro/stable" # Libretro
|
- "ppa:libretro/stable" # Libretro
|
||||||
- "ppa:minetestdevs/stable" # Minetest
|
|
||||||
# Third-party PPAs
|
|
||||||
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
|
|
||||||
- "ppa:lutris-team/lutris" # Lutris is useful for vidya
|
|
||||||
desktop_apt_repos_extra: []
|
desktop_apt_repos_extra: []
|
||||||
|
|
||||||
desktop_apt_packages:
|
desktop_apt_packages:
|
||||||
@ -93,15 +88,12 @@ desktop_apt_packages:
|
|||||||
- fonts-roboto # Used a lot on the web
|
- fonts-roboto # Used a lot on the web
|
||||||
# DE
|
# DE
|
||||||
- papirus-icon-theme # Fancy paper icon theme
|
- papirus-icon-theme # Fancy paper icon theme
|
||||||
# Games
|
|
||||||
- minetest
|
|
||||||
# Applications
|
# Applications
|
||||||
- audacity # Audio recording and editing tool
|
- audacity # Audio recording and editing tool
|
||||||
- chromium-browser # Nice to have an alternative browser, even if it's trash
|
- chromium-browser # Nice to have an alternative browser, even if it's trash
|
||||||
- clonezilla # Gotta make them clones
|
- clonezilla # Gotta make them clones
|
||||||
- craftos-pc # ComputerCraft emulator
|
- craftos-pc # ComputerCraft emulator
|
||||||
- dolphin-emu-master # GameCube and Wii emulator
|
- dolphin-plugins # Improves the Dolphin file manager
|
||||||
- dolphin-plugins # Unrelated to the above, improves the Dolphin file manager
|
|
||||||
- element-desktop # Matrix client
|
- element-desktop # Matrix client
|
||||||
- filelight # Disk space management utility
|
- filelight # Disk space management utility
|
||||||
- filezilla # FTP/SFTP/FTPS client, useful once in a blue moon
|
- filezilla # FTP/SFTP/FTPS client, useful once in a blue moon
|
||||||
@ -119,7 +111,6 @@ desktop_apt_packages:
|
|||||||
- libretro-mgba
|
- libretro-mgba
|
||||||
- libretro-mupen64plus
|
- libretro-mupen64plus
|
||||||
- libretro-snes9x
|
- libretro-snes9x
|
||||||
- lutris # Fantastic third-party wine gaming client
|
|
||||||
- mesa-vulkan-drivers # Important graphics drivers
|
- mesa-vulkan-drivers # Important graphics drivers
|
||||||
- mpv # Video player of choice
|
- mpv # Video player of choice
|
||||||
- mupen64plus-qt # For when I don't want to fight libretro
|
- mupen64plus-qt # For when I don't want to fight libretro
|
||||||
@ -158,8 +149,13 @@ desktop_apt_debs_extra: []
|
|||||||
desktop_flatpak_remotes:
|
desktop_flatpak_remotes:
|
||||||
- name: flathub
|
- name: flathub
|
||||||
url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
|
url: "https://dl.flathub.org/repo/flathub.flatpakrepo"
|
||||||
|
- name: flathub-beta
|
||||||
|
url: "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"
|
||||||
desktop_flatpak_remotes_extra: []
|
desktop_flatpak_remotes_extra: []
|
||||||
|
|
||||||
desktop_flatpak_packages:
|
desktop_flatpak_packages:
|
||||||
- com.obsproject.Studio
|
- com.obsproject.Studio
|
||||||
|
- net.lutris.Lutris
|
||||||
|
- net.minetest.Minetest
|
||||||
|
- org.DolphinEmu.dolphin-emu
|
||||||
desktop_flatpak_packages_extra: []
|
desktop_flatpak_packages_extra: []
|
||||||
|
Loading…
Reference in New Issue
Block a user