From 57090d390524e14c0c78e789cb7b3992884d8004 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 29 Aug 2022 14:11:32 +0200 Subject: Nix cleanup --- hosts/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index 5ad2c85..e2ea6d4 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -38,7 +38,10 @@ let home-manager.useUserPackages = true; home-manager.extraSpecialArgs = extraArgs; home-manager.users.${user} = { - imports = [ ./home.nix ] ++ [ (import ./${ hostname }/home.nix) ]; + imports = [ + ./home.nix + ./${ hostname }/home.nix + ]; }; } ]; @@ -48,7 +51,10 @@ let { inherit pkgs; extraSpecialArgs = extraArgs; - modules = [ ./home.nix ] ++ [ (import ./${ hostname }/home.nix) ]; + modules = [ + ./home.nix + ./${ hostname }/home.nix + ]; }; in /* -- cgit 1.4.1