This commit is contained in:
iFargle 2024-02-09 23:19:14 +09:00
parent 127c6dec72
commit 68b32e038b
2 changed files with 2 additions and 14 deletions

View file

@ -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

View file

@ -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 = {