home-manager spacemacs activation script
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
c85269f73f
commit
b559f9df8c
|
@ -30,4 +30,11 @@ in
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.activation.spacemacs = ''
|
||||||
|
if [ ! -d "$HOME/.emacs.d" ]; then
|
||||||
|
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
||||||
|
systemctl --user restart emacs
|
||||||
|
fi
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue