Compare commits
5 Commits
9c6c172a27
...
e875bc8907
| Author | SHA1 | Date | |
|---|---|---|---|
| e875bc8907 | |||
| aafb9e5b6f | |||
| 5f090fee23 | |||
| 1f30f51625 | |||
| de51bbadaa |
@@ -84,7 +84,7 @@
|
|||||||
overlays.emacs
|
overlays.emacs
|
||||||
])
|
])
|
||||||
modules.home-manager-darwin
|
modules.home-manager-darwin
|
||||||
lix-module.nixosModules.default
|
# lix-module.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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 = {
|
||||||
@@ -146,9 +144,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
|
||||||
@@ -224,4 +220,5 @@ in
|
|||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
system.primaryUser = "universelaptop";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user