🚚 move doom/emacs install path
This commit is contained in:
@ -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"
|
||||
];
|
||||
|
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user