2018-10-30 13:38:36 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2018-11-03 11:03:03 +01:00
|
|
|
nixpkgs.config = {
|
|
|
|
allowBroken = false;
|
|
|
|
allowUnfree = true;
|
|
|
|
};
|
|
|
|
|
2018-10-30 13:38:36 +01:00
|
|
|
imports = [
|
|
|
|
../../profiles/common/configuration.nix
|
|
|
|
../../profiles/graphical/configuration.nix
|
|
|
|
|
|
|
|
./pkg.nix
|
|
|
|
./system.nix
|
|
|
|
./hw.nix
|
|
|
|
./user.nix
|
|
|
|
./boot.nix
|
|
|
|
];
|
|
|
|
}
|