From e1758d10848d6ba2a2b960d20d2528a3e9230d2a Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 16:05:13 +0100 Subject: Fix: Append to later --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index 34bc8b4b..016fb0c1 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,12 +1,12 @@ {...}: { imports = [ ./boot - ./users # this needs to be before fileSystemLayouts ./fileSystemLayouts ./font ./impermanence ./locale #./packages ./sound + ./users # this needs to be after fileSystemLayouts ]; } -- cgit 1.4.1