home-profile: change emacs package and font. materusPC: enable emacs
This commit is contained in:
parent
38eafec797
commit
b4e3c7cea3
|
@ -77,7 +77,7 @@
|
|||
dub
|
||||
]);
|
||||
|
||||
editor.emacs.enable = false;
|
||||
editor.emacs.enable = true;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; lib.mkDefault (emacs29.override { withX = true; withGTK3 = true; withAlsaLib = true; withGconf = true; withImageMagick = true; withXwidgets = true; });
|
||||
package = with pkgs; lib.mkDefault materusArg.pkgs.emacs-materus;
|
||||
extraPackages = epkgs: ((packages epkgs));
|
||||
extraConfig = default-config;
|
||||
};
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
|
||||
;Graphical
|
||||
(when (display-graphic-p)
|
||||
(set-frame-font "FiraCode Nerd Font" nil t)
|
||||
|
||||
(set-frame-font "Hack Nerd Font" nil t)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue