diff --git a/roles/desktop/defaults/main.yml b/roles/desktop/defaults/main.yml index 233dd10..e5202fe 100644 --- a/roles/desktop/defaults/main.yml +++ b/roles/desktop/defaults/main.yml @@ -35,14 +35,9 @@ desktop_apt_repos: - "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm - "deb [arch=amd64] https://apt.releases.hashicorp.com focal main" # Terraform # First-party PPAs - - "ppa:obsproject/obs-studio" # OBS - "ppa:jackmacwindows/ppa" # CraftOS-PC 2 - "ppa:phoerious/keepassxc" # KeepassXC - "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_packages: @@ -93,15 +88,12 @@ desktop_apt_packages: - fonts-roboto # Used a lot on the web # DE - papirus-icon-theme # Fancy paper icon theme - # Games - - minetest # Applications - audacity # Audio recording and editing tool - chromium-browser # Nice to have an alternative browser, even if it's trash - clonezilla # Gotta make them clones - craftos-pc # ComputerCraft emulator - - dolphin-emu-master # GameCube and Wii emulator - - dolphin-plugins # Unrelated to the above, improves the Dolphin file manager + - dolphin-plugins # Improves the Dolphin file manager - element-desktop # Matrix client - filelight # Disk space management utility - filezilla # FTP/SFTP/FTPS client, useful once in a blue moon @@ -119,7 +111,6 @@ desktop_apt_packages: - libretro-mgba - libretro-mupen64plus - libretro-snes9x - - lutris # Fantastic third-party wine gaming client - mesa-vulkan-drivers # Important graphics drivers - mpv # Video player of choice - mupen64plus-qt # For when I don't want to fight libretro @@ -158,8 +149,13 @@ desktop_apt_debs_extra: [] desktop_flatpak_remotes: - name: flathub 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_packages: - com.obsproject.Studio + - net.lutris.Lutris + - net.minetest.Minetest + - org.DolphinEmu.dolphin-emu desktop_flatpak_packages_extra: []