2023-07-02 04:50:26 +00:00
|
|
|
# this file will import the saturnOS system as well as the hardware-configuration.nix
|
|
|
|
# the existing hardware-configuration.nix is kept so that it can be rebuilt later
|
|
|
|
# rebuilding is useful if new hardware is added to the system, or if a driver is added
|
|
|
|
|
2023-07-02 04:34:58 +00:00
|
|
|
{...}:
|
|
|
|
{
|
|
|
|
imports = [ ./hardware-configuration.nix ./saturnOS ];
|
|
|
|
}
|