Use native VSCodium package

This commit is contained in:
Anthony Rose 2023-06-13 22:56:58 +01:00
parent 06f860108c
commit f5420e5493
3 changed files with 2 additions and 8 deletions

View file

@ -30,6 +30,8 @@
when: wsl == false
- import_tasks: systemd.yml
when: wsl == false
- import_tasks: vscodium.yml
when: gui == true and wsl == false
- import_tasks: gdm.yml
- import_tasks: xkb-lv5.yml
when: gui == true

View file

@ -237,7 +237,6 @@ alias 7zencrypt="7z a -t7z -p -mhe"
alias alu="apt list --upgradable"
alias asdo="apt source --download-only"
alias aurmake="makepkg -irs"
alias codium="flatpak run com.vscodium.codium"
alias f=fossil
alias ip="ip -c"
alias isocal="cal --iso --reform=iso --monday --week"

View file

@ -26,13 +26,6 @@
method: user
when: flatpak.stat.exists == true
- name: Install VSCodium flatpak
community.general.flatpak:
name: com.vscodium.codium
state: present
method: user
when: flatpak.stat.exists == true
- name: Install VLC flatpak
community.general.flatpak:
name: org.videolan.VLC