diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index bb35a4f..7345cfb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -6,6 +6,9 @@ }: { imports = [ ../../modules/shared/nix.nix + ../../modules/shared/home-manager.nix + ../../modules/shared/vars.nix + ../../modules/shared/extras.nix ./modules/icons.nix ];