mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-26 18:18:46 +08:00
emacs: ..
This commit is contained in:
parent
4dab26ede5
commit
2a0b7283ad
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
emacs = pkgs.emacs30-pgtk;
|
||||
emacs = pkgs.emacs-pgtk;
|
||||
doomDir = ../../../doom.d;
|
||||
experimentalFetchTree = true; # Disable if there are fetcher issues
|
||||
extraPackages = epkgs: with epkgs; lib.optionals pkgs.stdenv.isLinux [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue