users/foo-dogsquared: automate Doom Emacs fetching

This commit is contained in:
Gabriel Arazas 2023-03-17 22:40:29 +08:00
parent 8210f3274e
commit f65dcdf980
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -346,5 +346,11 @@ in
url = "https://github.com/foo-dogsquared/dotfiles.git"; url = "https://github.com/foo-dogsquared/dotfiles.git";
type = "git"; type = "git";
}; };
"${config.xdg.configHome}/emacs" = {
url = "https://github.com/doomemacs/doomemacs.git";
type = "git";
extraArgs = [ "--depth" "1" ];
};
}; };
} }