added unfree pkgs module arg and fixed steam
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.nix = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
perSystem = {system, ...}: {
|
||||
_module.args.unfreePkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
flake.nixosModules.nix = {...}: {
|
||||
nix = {
|
||||
registry = {
|
||||
voidarc = {
|
||||
|
||||
Reference in New Issue
Block a user