6 lines
149 B
Nix
6 lines
149 B
Nix
|
# symlinkg this file to your /etc/nixos/ and make sure the directory is correct !
|
||
|
{...}:
|
||
|
{
|
||
|
imports = [ ./hardware-configuration.nix ./saturnOS ];
|
||
|
}
|