test
This commit is contained in:
parent
91b68a25f4
commit
bb6a69d377
2 changed files with 7 additions and 2 deletions
|
@ -50,6 +50,11 @@
|
|||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
unstable-pkgs = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
|
||||
modules = [
|
||||
# Types are 'default', 'small', and 'minimal'
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
|
||||
{ config, lib, pkgs, nixpkgs-unstable, desktop, inputs, system, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
environment.systemPackages = [
|
||||
pkgs.bitwarden
|
||||
pkgs.steam
|
||||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory { allowUnfree = true; }
|
||||
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue