This commit is contained in:
iFargle 2024-02-09 22:36:10 +09:00
parent d685ba3c45
commit 98253f45e0
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
repo ? "nixpkgs", repo ? "nixpkgs",
unfree ? false unfree ? false
}: inputs.${repo}.lib.nixosSystem { }: inputs.${repo}.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme nixpkgs-unstable; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
modules = [ modules = [

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, nixpkgs-unstable, desktop, inputs, system, ... }: { { config, lib, pkgs, desktop, inputs, system, ... }: {
# Steam, Vintage Story areu nfree. # Steam, Vintage Story areu nfree.
environment.systemPackages = [ environment.systemPackages = [
pkgs.bitwarden pkgs.bitwarden