From 922699d16acd898fa05c77e1123e710c1b7cf774 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 16:51:45 +0900 Subject: [PATCH] Update imports --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d2db5951..912fdd62 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ homeDirectory = "/home/albert"; configuration = { imports = [ - ./users/albert/home.nix; + ./users/albert/home.nix ]; }; }; @@ -46,7 +46,7 @@ homeDirectory = "/root"; configuration = { imports = [ - ./users/root/home.nix; + ./users/root/home.nix ]; }; };