12 lines
239 B
Nix
12 lines
239 B
Nix
|
{...}:
|
||
|
{
|
||
|
imports = [
|
||
|
./configuration.nix
|
||
|
./hardware-configuration.nix
|
||
|
../../modules/terminal/base.nix
|
||
|
../../modules/graphical/base.nix
|
||
|
../../modules/graphical/printing.nix
|
||
|
../../modules/graphical/steam.nix
|
||
|
];
|
||
|
}
|