feat: add gaming-graphics-core22, beekeeper-studio, and steam to desired Snap packages; update flake.lock with new nixpkgs revision
This commit is contained in:
parent
5465b13ef9
commit
c16da14152
@ -38,6 +38,7 @@
|
|||||||
- prompting-client
|
- prompting-client
|
||||||
- snap-store
|
- snap-store
|
||||||
- snapd-desktop-integration
|
- snapd-desktop-integration
|
||||||
|
- gaming-graphics-core22
|
||||||
|
|
||||||
- name: Define desired Snaps
|
- name: Define desired Snaps
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
@ -48,6 +49,10 @@
|
|||||||
classic: false
|
classic: false
|
||||||
- name: code
|
- name: code
|
||||||
classic: true
|
classic: true
|
||||||
|
- name: beekeeper-studio
|
||||||
|
classic: false
|
||||||
|
- name: steam
|
||||||
|
classic: false
|
||||||
|
|
||||||
- name: Install desired Snap packages
|
- name: Install desired Snap packages
|
||||||
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"
|
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"
|
||||||
|
6
config/home-manager/flake.lock
generated
6
config/home-manager/flake.lock
generated
@ -39,11 +39,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745526057,
|
"lastModified": 1745794561,
|
||||||
"narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=",
|
"narHash": "sha256-T36rUZHUART00h3dW4sV5tv4MrXKT7aWjNfHiZz7OHg=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f771eb401a46846c1aebd20552521b233dd7e18b",
|
"rev": "5461b7fa65f3ca74cef60be837fd559a8918eaa0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user