Skip to content

Commit

Permalink
emacs: pgtk
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 12, 2024
1 parent b491880 commit 21f7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/all/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 21f7031

Please sign in to comment.