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
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:
parent
1a6f30b618
commit
10c9473187
1 changed files with 1 additions and 1 deletions
|
@ -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} = { ... }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue