emacs: Use emacs-stable on nixos
All checks were successful
Cachix / build (elendel) (push) Successful in 2m38s
Cachix / build (kholinar) (push) Successful in 3m48s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m29s
Cachix / build (urithiru) (push) Successful in 1m26s

This commit is contained in:
Charlotte Van Petegem 2024-11-26 10:59:41 +01:00
parent 1a6f30b618
commit 10c9473187

View file

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