This commit is contained in:
iFargle 2024-02-09 22:32:55 +09:00
parent 91b68a25f4
commit bb6a69d377
2 changed files with 7 additions and 2 deletions

View file

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

View file

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