diff --git a/modules2/hosts/t480/dev-commit.nix b/modules2/hosts/t480/dev-commit.nix index cc50b52e..0e4ef12c 100644 --- a/modules2/hosts/t480/dev-commit.nix +++ b/modules2/hosts/t480/dev-commit.nix @@ -10,11 +10,11 @@ let repos = "${hmArgs.config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/forgejo/opdavies"; in - [ - "${repos}/email-filters" - "${repos}/nix-config" - "${repos}/oliverdavies.uk" - "${repos}/opentofu-dns" + map (name: "${repos}/${name}") [ + "email-filters" + "nix-config" + "oliverdavies.uk" + "opentofu-dns" ]; }; }