Edit for Darwin:

- nixpkgs `allowUnfree`
- disabled Emacs as service
- Increased font size
This commit is contained in:
Andrea Ciceri 2022-01-19 18:43:44 +01:00
parent 8c93e5a526
commit b12f44b548
No known key found for this signature in database
GPG key ID: AAFD2423608B645B
4 changed files with 17 additions and 2 deletions

View file

@ -12,7 +12,7 @@
};
services.emacs = {
enable = true;
enable = !pkgs.stdenv.hostPlatform.isDarwin;
};
# For some reason Hunspell dictionaries paths must be specified on Darwin