summaryrefslogtreecommitdiff
path: root/sys/core/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/core/core.nix')
-rw-r--r--sys/core/core.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/core/core.nix b/sys/core/core.nix
new file mode 100644
index 0000000..da8f277
--- /dev/null
+++ b/sys/core/core.nix
@@ -0,0 +1,14 @@
+{ ... }:
+{
+ imports = [
+ ./audio.nix
+ ./bootloader.nix
+ ./drivers.nix
+ ./fonts.nix
+ ./greet.nix
+ ./home-manager.nix
+ ./localization.nix
+ ./networking.nix
+ ./security.nix
+ ];
+}