test
This commit is contained in:
parent
9e4bb60ba2
commit
07aa07bb39
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, desktop, inputs, ... }: {
|
||||
{ config, lib, pkgs, desktop, inputs, system, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden
|
||||
steam
|
||||
lutris
|
||||
vlc
|
||||
inputs.nixpkgs-unstable.vintagestory
|
||||
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue