mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
users/foo-dogsquared: automate Doom Emacs fetching
This commit is contained in:
parent
8210f3274e
commit
f65dcdf980
@ -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" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user