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:
Menno van Leeuwen 2025-05-20 19:04:46 +02:00
commit cfea6dda16
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
11 changed files with 29 additions and 24 deletions

View File

@ -27,7 +27,6 @@ alias la='l -a'
alias cat='bat'
alias du='dust'
alias df='duf'
alias rm="trash-put"
alias augp='sudo apt update && sudo apt upgrade -y && sudo apt autopurge -y && sudo apt autoclean'
# Docker Aliases

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:

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1747331121,
"narHash": "sha256-3MmiUN/jOHBHQUnjqzg6qKArc17j2OS6jisEppDY4g8=",
"lastModified": 1747688870,
"narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1eec32f0efe3b830927989767a9e6ece0d82d608",
"rev": "d5f1f641b289553927b3801580598d200a501863",
"type": "github"
},
"original": {

View File

@ -59,7 +59,6 @@
duf # Modern df
zip
unzip
bottom # Modern top/htop
glances # Advanced system monitoring tool
procs # Modern ps
hyperfine # Benchmarking tool
@ -75,7 +74,6 @@
# System monitoring and process management
procs # Modern ps
bottom # Modern top/htop
hyperfine # Benchmarking tool
bandwhich # Network utilization tool
doggo # Modern dig

View File

@ -23,12 +23,8 @@ in
pavucontrol # PulseAudio volume control
qrencode # qr code generator
grimblast # Screenshot tool
ptyxis # Terminal emulator
gpredict # Satellite tracking
## Dev tools
vscodium
## Multimedia
plex-media-player
vlc

View File

@ -36,11 +36,6 @@
show-desktop-icons = true;
};
"org/gnome/Ptyxis" = {
use-system-font = false;
font-name = "Hack Nerd Font Mono 13";
};
"org/gnome/desktop/applications/file-manager" = {
exec = "nautilus";
};

View File

@ -30,11 +30,6 @@ lib.mkIf (builtins.match ".*GNOME.*" (builtins.getEnv "XDG_CURRENT_DESKTOP") !=
command = "missioncenter";
name = "missioncenter";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal" = {
binding = "<Ctrl><Alt>t";
command = "ptyxis --new-window";
name = "terminal";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/emotes" = {
binding = "<Super>e";
command = "smile";