diff --git a/machines/T420-Laptop/default.nix b/machines/T420-Laptop/default.nix index 9e89037..38fe23a 100644 --- a/machines/T420-Laptop/default.nix +++ b/machines/T420-Laptop/default.nix @@ -1,5 +1,5 @@ { inputs, ... }: { - imports = with inputs.self.nixosModules; [ + imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [ ./hardware-configuration.nix inputs.self.nixosRoles.base gitea