test
This commit is contained in:
parent
2238cfef42
commit
701e1fcaf5
2 changed files with 5 additions and 11 deletions
|
@ -43,16 +43,7 @@
|
|||
type ? "default",
|
||||
repo ? "nixpkgs",
|
||||
unfree ? false
|
||||
}:
|
||||
let
|
||||
|
||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
hostPlatform = true;
|
||||
};
|
||||
in {
|
||||
inputs.${repo}.lib.nixosSystem {
|
||||
}: inputs.${repo}.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
||||
pkgs = import inputs.${repo} {
|
||||
inherit system;
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
{ 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
|
||||
pkgs-unstable.intagestory
|
||||
inputs.nixpkgs-unstable.intagestory
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue