From 75b442acb64bac70294681ae6d318a470afeac3c Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 11:54:55 +0100 Subject: Feat: Made more configuration host independent --- system/system.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/system.nix') diff --git a/system/system.nix b/system/system.nix index 3a034742..17e78968 100644 --- a/system/system.nix +++ b/system/system.nix @@ -1,8 +1,10 @@ {config, ...}: { imports = [ + ./boot/boot.nix + ./filesystemLayouts/filesystemLayouts.nix ./locale/locale.nix - ./users/users.nix - ./sound/sound.nix ./packages/packages.nix + ./sound/sound.nix + ./users/users.nix ]; } -- cgit 1.4.1