feat: add gaming-graphics-core22, beekeeper-studio, and steam to desired Snap packages; update flake.lock with new nixpkgs revision
Some checks failed
Nix Format Check / check-format (push) Successful in 1m26s
Ansible Lint Check / check-ansible (push) Failing after 23s
Python Lint Check / check-python (push) Failing after 17s

This commit is contained in:
2025-04-29 11:39:10 +02:00
parent 5465b13ef9
commit c16da14152
2 changed files with 8 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
- prompting-client
- snap-store
- snapd-desktop-integration
- gaming-graphics-core22
- name: Define desired Snaps
ansible.builtin.set_fact:
@@ -48,6 +49,10 @@
classic: false
- name: code
classic: true
- name: beekeeper-studio
classic: false
- name: steam
classic: false
- name: Install desired Snap packages
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"