This commit is contained in:
DeveloperDurp 2026-03-06 05:30:26 -06:00
parent d0e3d90017
commit 229528eb75
9 changed files with 212 additions and 118 deletions

View file

@ -24,12 +24,10 @@ required_packages_apt:
- libpam-yubico
- yubikey-personalization
- yubikey-manager
- distrobox
- unattended-upgrades
- timeshift
- sqlite3
- btop
- libc++-dev
- btrfs-progs
- steam
#apt_keys:
# - https://packages.microsoft.com/keys/microsoft.asc
@ -57,6 +55,7 @@ required_packages_flatpak:
- com.yubico.yubioath
- io.gitlab.librewolf-community
- com.brave.Browser
- com.moonlight_stream.Moonlight
go_apps:
- github.com/charmbracelet/vhs@latest

View file

@ -14,7 +14,7 @@
- name: Update Nix Packages
become_user: user
shell:
cmd: nix-env -iA nixpkgs.myPackages
cmd: nix-env --upgrade
- name: Update Homebrew and Apps
become_user: user