sakowsl emacs pgtk
This commit is contained in:
parent
b7ee7d0da1
commit
e70d49345d
1 changed files with 5 additions and 2 deletions
|
@ -118,8 +118,11 @@
|
|||
dev = {
|
||||
editors = {
|
||||
nvim.enable = true;
|
||||
emacs.enable = true;
|
||||
emacs.daemon = false;
|
||||
emacs = {
|
||||
enable = true;
|
||||
daemon = false;
|
||||
type = "unstable-pgtk";
|
||||
};
|
||||
};
|
||||
cc.enable = true;
|
||||
nil.enable = true;
|
||||
|
|
Loading…
Reference in a new issue