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 ]; }; };