emacs-overlay removed the emacs-pgtk alias
All checks were successful
Cachix / build (elendel) (push) Successful in 3m7s
Cachix / build (kholinar) (push) Successful in 6m39s
Cachix / build (marabethia) (push) Successful in 6m58s

This commit is contained in:
Charlotte Van Petegem 2025-06-28 13:44:36 +02:00
parent 856d12a276
commit b6bd5a4c8b
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

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