universeair: emacs: remove override
This commit is contained in:
@@ -59,9 +59,7 @@ in
|
|||||||
services.emacs = {
|
services.emacs = {
|
||||||
# Emacsclient behaving weirdly
|
# Emacsclient behaving weirdly
|
||||||
# enable = true;
|
# enable = true;
|
||||||
package = pkgs.me-emacs.override {
|
package = pkgs.me-emacs;
|
||||||
withNativeCompilation = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
@@ -151,9 +149,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = (with pkgs; [
|
environment.systemPackages = (with pkgs; [
|
||||||
(me-emacs.override {
|
me-emacs
|
||||||
withNativeCompilation = false;
|
|
||||||
})
|
|
||||||
svgbob
|
svgbob
|
||||||
(aspellWithDicts (p: with p;[
|
(aspellWithDicts (p: with p;[
|
||||||
en
|
en
|
||||||
|
|||||||
Reference in New Issue
Block a user