trying out emacs pgtk
This commit is contained in:
parent
c0bad5f66e
commit
61e3257151
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ in {
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
install = true;
|
||||
package = pkgs.emacs;
|
||||
package = pkgs.emacs29-pgtk;
|
||||
};
|
||||
users.users.sako.packages = with pkgs; [
|
||||
# direnv
|
||||
|
@ -29,7 +29,7 @@ in {
|
|||
source = ../../../../config/emacs;
|
||||
recursive = true;
|
||||
};
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||
jetbrains-mono
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue