Now Emacs works on the Macbook
This commit is contained in:
parent
b4d239d34b
commit
3f39ace857
9 changed files with 158 additions and 127 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, home-manager, ...}:
|
||||
{ pkgs, home-manager, emacs-overlay, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../users/andreaciceri
|
||||
|
@ -14,6 +14,8 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ (import ../../pkgs) emacs-overlay.overlay ];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
|
@ -27,4 +29,4 @@
|
|||
options = "--delete-older-than 3d";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ...}:
|
||||
{ pkgs, emacs-overlay, ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue