mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
emacs: pgtk
This commit is contained in:
parent
b491880663
commit
21f7031952
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
|||
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
emacs = pkgs.emacs30;
|
||||
emacs = pkgs.emacs30-pgtk;
|
||||
doomDir = self + /doom.d;
|
||||
experimentalFetchTree = true; # Disable if there are fetcher issues
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue