Emacs
This commit is contained in:
parent
4ec09b952b
commit
6cc1602529
2 changed files with 9 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
inherit
|
||||
(pkgs)
|
||||
wget2
|
||||
emacs30-pgtk
|
||||
alacritty
|
||||
firefox
|
||||
vesktop
|
||||
|
@ -19,4 +20,9 @@
|
|||
"libvirtd"
|
||||
];
|
||||
};
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
startWithGraphical = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue