Simplify emacs configuation to make stable/unstable use easier
1 file changed, 1 insertion(+), 7 deletions(-)
changed files
M modules/user-interface.nix → modules/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;