diff options
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix new file mode 100644 index 00000000..17e78968 --- /dev/null +++ b/system/default.nix @@ -0,0 +1,10 @@ +{config, ...}: { + imports = [ + ./boot/boot.nix + ./filesystemLayouts/filesystemLayouts.nix + ./locale/locale.nix + ./packages/packages.nix + ./sound/sound.nix + ./users/users.nix + ]; +} |