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