trying out emacs pgtk

This commit is contained in:
Sakooooo 2023-12-23 21:39:52 +04:00
parent c0bad5f66e
commit 61e3257151
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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
];