fixing small annoyances
This commit is contained in:
parent
08db8e3b56
commit
d7f84eb77b
4 changed files with 7 additions and 9 deletions
|
@ -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 ]));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue