Edit for Darwin:
- nixpkgs `allowUnfree` - disabled Emacs as service - Increased font size
This commit is contained in:
parent
8c93e5a526
commit
b12f44b548
4 changed files with 17 additions and 2 deletions
|
@ -14,7 +14,10 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ (import ../../pkgs) emacs-overlay.overlay ];
|
||||
nixpkgs = {
|
||||
overlays = [ (import ../../pkgs) emacs-overlay.overlay ];
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue