Use native VSCodium package
This commit is contained in:
parent
06f860108c
commit
f5420e5493
3 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue