From f7634949fa4e744cd5a930505ac4e9b4f81dc530 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 12:07:32 +0100 Subject: Feat: Switch to default.nix --- system/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'system/default.nix') diff --git a/system/default.nix b/system/default.nix index 17e78968..81949ce4 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,10 +1,10 @@ {config, ...}: { imports = [ - ./boot/boot.nix - ./filesystemLayouts/filesystemLayouts.nix - ./locale/locale.nix - ./packages/packages.nix - ./sound/sound.nix - ./users/users.nix + ./boot + ./users # this needs to be before fileSystemLayouts + ./fileSystemLayouts + ./locale + ./packages + ./sound ]; } -- cgit 1.4.1