Reworked pkgsets implementation again, still not really what I want yet.

This commit is contained in:
Kevin Baensch 2019-10-23 03:44:17 +02:00
parent cc21ece351
commit c33b4517a7
20 changed files with 364 additions and 290 deletions

View file

@ -1,13 +1,12 @@
{ lib, ... }:
{ pkgs, lib, ... }:
with lib;
{
imports = [
../../options/machine.nix
imports = [
../../options/machine.nix
../../options/copySysConf.nix
];
config.machine = {
allowUnfree = true;
hostName = "Lilim";