refactor(nix/hm/price): emacsPgtk -> emacs-pgtk
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s

This commit is contained in:
Price Hiller 2024-05-09 23:37:38 -05:00
parent 86d3fa1fb6
commit 4a73c88dc9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -233,7 +233,7 @@ in
programs = {
emacs = {
enable = true;
package = pkgs.emacsPgtk.overrideAttrs (old: {
package = pkgs.emacs-pgtk.overrideAttrs (old: {
passthru = old.passthru // {
treeSitter = true;
};