update a thing
This commit is contained in:
parent
3cbe189637
commit
57979afbac
1 changed files with 4 additions and 1 deletions
|
@ -77,7 +77,10 @@
|
||||||
dev = {
|
dev = {
|
||||||
editors = {
|
editors = {
|
||||||
nvim.enable = true;
|
nvim.enable = true;
|
||||||
emacs.enable = true;
|
emacs = {
|
||||||
|
enable = true;
|
||||||
|
daemon = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
nil.enable = true;
|
nil.enable = true;
|
||||||
cc.enable = true;
|
cc.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue