all repos — nixfiles @ 5d859b419e1e1a850cd160e05d98bda3fd9883ea

System and user configuration, managed by nix and home-manager

Move Emacs to user configuration

Alan Pearce
commit

5d859b419e1e1a850cd160e05d98bda3fd9883ea

parent

a6008a0432b90faa49ffaa76267d3af98adac54a

1 file changed, 0 insertions(+), 13 deletions(-)

changed files
M system/trillian.nixsystem/trillian.nix
@@ -1,10 +1,5 @@
{ config, pkgs, ... }: -let emacsPackage = import ./packages/emacs.nix { - pkgs = pkgs.unstable; - emacs = pkgs.unstable.emacs; -}; -in { imports = [ ./private/default.nix
@@ -39,7 +34,6 @@ # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ mosh - emacsPackage aspell aspellDicts.en darwin-zsh-completions
@@ -75,13 +69,6 @@ enableSSHSupport = false;
}; }; - # launchd.user.agents.emacs-daemon = { - # command = "${emacsPackage}/bin/emacs --daemon"; - # serviceConfig = { - # KeepAlive = true; - # }; - # }; - # nix.gc = { automatic = true; options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))";