Merge branch 'master' of https://git.mvl.sh/vleeuwenmenno/dotfiles
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 26s
Nix Format Check / check-format (push) Failing after 1m26s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
2025-05-20 19:04:46 +02:00
11 changed files with 29 additions and 24 deletions

View File

@ -36,7 +36,6 @@
name:
- git
- vim
- trash-cli
- curl
- wget
- httpie

View File

@ -48,7 +48,6 @@
- com.spotify.Client
- com.plexamp.Plexamp
- tv.plex.PlexDesktop
- io.bassi.Amberol
# Messaging
- org.telegram.desktop
@ -57,8 +56,8 @@
- io.github.equicord.equibop
# Utilities
- io.gitlab.elescoute.spacelaunch
- org.fkoehler.KTailctl
- de.haeckerfelix.AudioSharing
- com.usebottles.bottles
- com.github.tchx84.Flatseal
- com.github.wwmm.easyeffects
@ -69,6 +68,7 @@
- net.davidotek.pupgui2
- com.mastermindzh.tidal-hifi
- io.github.flattool.Warehouse
- io.github.johannesboehler2.BmiCalculator
- io.github.nokse22.Exhibit
- net.nokyan.Resources
- io.github.flattool.Ignition

View File

@ -0,0 +1,20 @@
---
- name: Purge LibreOffice and related packages
become: true
ansible.builtin.apt:
name:
- libreoffice*
- libreoffice-common
- libreoffice-core
- libreoffice-writer
- libreoffice-calc
- libreoffice-impress
- libreoffice-draw
- libreoffice-base
- libreoffice-math
- libreoffice-gnome
- libreoffice-gtk3
state: absent
purge: true
autoremove: true
update_cache: true

View File

@ -34,6 +34,9 @@
- name: Include Zed Editor tasks
ansible.builtin.import_tasks: tasks/workstations/zed-editor.yml
- name: Include purge LibreOffice tasks
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml
- name: Ensure workstation common packages are installed
ansible.builtin.package:
name:

View File

@ -1,7 +1,7 @@
---
- name: Set Zen browser version
ansible.builtin.set_fact:
zen_browser_version: "1.12.3b"
zen_browser_version: "1.12.6b"
- name: Create directory for browser
ansible.builtin.file: