diff options
Diffstat (limited to 'system/system.nix')
-rw-r--r-- | system/system.nix | 10 |
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 - ]; -} |