mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
emacsGit has been renamed to emacs-git
This commit is contained in:
parent
be71dc4df6
commit
30a11f05d4
@ -48,7 +48,7 @@
|
||||
emacs.overlays.emacs
|
||||
emacs.overlays.package
|
||||
(final: prev: {
|
||||
emacsGit = (prev.emacsGit.override {
|
||||
emacs-git = (prev.emacs-git.override {
|
||||
withXwidgets = true;
|
||||
withGTK3 = true;
|
||||
}).overrideAttrs (o: rec {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
((emacsPackagesFor emacsGit).emacsWithPackages
|
||||
((emacsPackagesFor emacs-git).emacsWithPackages
|
||||
(epkgs: with epkgs; [
|
||||
vterm
|
||||
pdf-tools
|
||||
|
Loading…
Reference in New Issue
Block a user