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