mirror of https://github.com/materusPL/Nixerus.git
12 lines
172 B
Nix
12 lines
172 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
imports =
|
||
|
[
|
||
|
# Include the results of the hardware scan.
|
||
|
./configuration.nix
|
||
|
];
|
||
|
materus.profile.nix.enable = true;
|
||
|
|
||
|
|
||
|
}
|