Use emacs 30 instead of unstable
All checks were successful
Cachix / build (elendel) (push) Successful in 3m48s
Cachix / build (kholinar) (push) Successful in 2m49s
Cachix / build (marabethia) (push) Successful in 1m46s

This commit is contained in:
Charlotte Van Petegem 2025-03-04 11:44:53 +01:00
parent 03d355aa35
commit a0c5b4a8a5
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

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