fixing small annoyances

This commit is contained in:
Chris Cochrun 2022-09-16 15:14:23 -05:00
parent 08db8e3b56
commit d7f84eb77b
4 changed files with 7 additions and 9 deletions

View file

@ -360,7 +360,6 @@
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
sha256 = "1wjp97qkq32y7bkajy3v3m4n2igxwzim7v4wbf5wphhsxqbsvir8";
}))
(self: super:
@ -391,7 +390,7 @@
];
services.emacs = {
enable = false;
enable = true;
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
};