Compare commits
5 Commits
9c6c172a27
...
e875bc8907
| Author | SHA1 | Date | |
|---|---|---|---|
| e875bc8907 | |||
| aafb9e5b6f | |||
| 5f090fee23 | |||
| 1f30f51625 | |||
| de51bbadaa |
@@ -84,7 +84,7 @@
|
||||
overlays.emacs
|
||||
])
|
||||
modules.home-manager-darwin
|
||||
lix-module.nixosModules.default
|
||||
# lix-module.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user