all repos — archive/nixos-configuration @ 47919612a7dd30afce680e91384c791379023685

Superseded by nixfiles

Simplify emacs configuation to make stable/unstable use easier

Alan Pearce
commit

47919612a7dd30afce680e91384c791379023685

parent

cf7f46b1b1d99ebb67c0a183e266937bdc39596d

1 file changed, 1 insertion(+), 7 deletions(-)

changed files
M modules/user-interface.nixmodules/user-interface.nix
@@ -2,13 +2,7 @@ { config, pkgs, lib, ... }:
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;