test
This commit is contained in:
parent
127c6dec72
commit
68b32e038b
2 changed files with 2 additions and 14 deletions
|
@ -52,18 +52,6 @@
|
|||
hostPlatform = system;
|
||||
};
|
||||
|
||||
add-unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
add-unstable-packages
|
||||
];
|
||||
|
||||
modules = [
|
||||
# Types are 'default', 'small', and 'minimal'
|
||||
../nixos/${type}.nix
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, unstable, desktop, inputs, system, ... }: {
|
||||
{ config, lib, pkgs, desktop, inputs, system, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
environment.systemPackages = [
|
||||
pkgs.bitwarden
|
||||
pkgs.steam
|
||||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
unstable.vintagestory
|
||||
# unstable.vintagestory
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue