about summary refs log tree commit diff stats
path: root/system/system.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-05 13:00:04 +0100
committerene <ene@sils.li>2023-02-05 13:00:04 +0100
commit47a69f76ec6241ac7c933dfba49455b3d364a6eb (patch)
tree09215dcf8a01980090c08ed9ad86171d52f800a7 /system/system.nix
parentFix: This fixes the booting process somehow? (diff)
downloadnixos-config-47a69f76ec6241ac7c933dfba49455b3d364a6eb.zip
Feat: Switch to Default.nix files
This make the imported path somewhat shorter.
Diffstat (limited to 'system/system.nix')
-rw-r--r--system/system.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/system.nix b/system/system.nix
deleted file mode 100644
index 17e78968..00000000
--- a/system/system.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{config, ...}: {
-  imports = [
-    ./boot/boot.nix
-    ./filesystemLayouts/filesystemLayouts.nix
-    ./locale/locale.nix
-    ./packages/packages.nix
-    ./sound/sound.nix
-    ./users/users.nix
-  ];
-}