Skip to content

Commit

Permalink
chore: Update repoUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Apr 26, 2024
1 parent e15f501 commit 2aff1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/editors/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ in {
doom = rec {
enable = mkBoolOpt false;
forgeUrl = mkOpt types.str "https://github.com";
repoUrl = mkOpt types.str "${forgeUrl}/hlissner/doom-emacs";
repoUrl = mkOpt types.str "${forgeUrl}/doomemacs/doomemacs";
configRepoUrl =
mkOpt types.str "${forgeUrl}/emiller88/doom-emacs-private";
mkOpt types.str "${forgeUrl}/edmundmiller/.doom.d";
};
};

Expand Down

0 comments on commit 2aff1fa

Please sign in to comment.