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