Use latest emacs pgtk
Some checks failed
Cachix / build (elendel) (push) Failing after 2m47s
Cachix / build (kholinar) (push) Failing after 2m54s
Cachix / build (marabethia) (push) Successful in 1m57s

This commit is contained in:
Charlotte Van Petegem 2025-03-04 10:38:14 +01:00
parent 69bce38bff
commit 99a4840578
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -5,7 +5,7 @@ let
in in
{ {
chvp.base.emacs = { chvp.base.emacs = {
basePackage = pkgs.emacs29-pgtk; basePackage = pkgs.emacs-pgtk;
extraConfig = [ (builtins.readFile ./linux-init.el) ]; extraConfig = [ (builtins.readFile ./linux-init.el) ];
}; };
home-manager.users.${username} = { ... }: { home-manager.users.${username} = { ... }: {