From 47919612a7dd30afce680e91384c791379023685 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 12 Jul 2018 15:47:27 +0200 Subject: Simplify emacs configuation to make stable/unstable use easier --- modules/user-interface.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'modules/user-interface.nix') diff --git a/modules/user-interface.nix b/modules/user-interface.nix index 5b52e7f..ca9d595 100644 --- a/modules/user-interface.nix +++ b/modules/user-interface.nix @@ -2,13 +2,7 @@ let emacsPackage = import ../packages/emacs.nix { - inherit (pkgs) stdenv; - inherit pkgs; - emacs = pkgs.lib.overrideDerivation (pkgs.emacs) (attrs: { - postInstall = attrs.postInstall + '' - rm $out/share/applications/emacs.desktop - ''; - }); + pkgs = pkgs.unstable; }; in { programs.browserpass.enable = true; -- cgit 1.4.1