Remove emacs.

This commit is contained in:
Kevin Baensch 2024-11-16 11:12:30 +01:00
parent 6b694fd58a
commit 51f1c74dc2
Signed by: derped
GPG key ID: C0F1D326C7626543
36 changed files with 1 additions and 2295 deletions

View file

@ -23,11 +23,4 @@ in {
cfg.pkgs)
cfg.pkgsets)
(v: v.pkgwrap));
services.emacs = mkIf (elem "emacs" cfg.pkgs) {
defaultEditor = true;
enable = true;
install = true;
package = cfg.pkgsets.emacs.pkgwrap;
};
}