fix(nix): configure emacs with home manager
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
14bb16cfae
commit
d8eed04d41
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
};
|
||||||
|
|
||||||
### Programs
|
### Programs
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue