12 lines
155 B
Nix
12 lines
155 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../../profiles/common/configuration.nix
|
||
|
../../profiles/graphical/configuration.nix
|
||
|
|
||
|
./system.nix
|
||
|
./hw.nix
|
||
|
];
|
||
|
}
|