🚚 move doom/emacs install path

This commit is contained in:
2023-09-01 10:24:50 -04:00
parent c122f90a78
commit cca43233b1
3 changed files with 14 additions and 21 deletions

View File

@ -8,7 +8,7 @@ _:
home.sessionPath = [
"$HOME/.cargo/bin"
"$HOME/.deno/bin"
"$HOME/.emacs.d/bin"
"$HOME/.config/emacs/bin"
"$HOME/.go/bin"
"$HOME/.local/bin"
];

View File

@ -8,14 +8,7 @@
wakatime
];
home.file.".doom.d" = {
onChange = ''
#!/bin/sh
DOOM=$HOME/.emacs.d
if [ ! -d $DOOM ]; then
git clone --depth 1 https://github.com/hlissner/doom-emacs $DOOM
fi
'';
home.file.".config/doom" = {
source = ../config/.doom.d;
recursive = true;
};