Compare commits

...

5 Commits

2 changed files with 4 additions and 7 deletions

View File

@@ -84,7 +84,7 @@
overlays.emacs
])
modules.home-manager-darwin
lix-module.nixosModules.default
# lix-module.nixosModules.default
];
};
};

View File

@@ -59,9 +59,7 @@ in
services.emacs = {
# Emacsclient behaving weirdly
# enable = true;
package = pkgs.me-emacs.override {
withNativeCompilation = false;
};
package = pkgs.me-emacs;
};
environment.variables = {
@@ -146,9 +144,7 @@ in
];
environment.systemPackages = (with pkgs; [
(me-emacs.override {
withNativeCompilation = false;
})
me-emacs
svgbob
(aspellWithDicts (p: with p;[
en
@@ -224,4 +220,5 @@ in
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
system.primaryUser = "universelaptop";
}