overlays/emacs28: init

It was removed, but I need it for PLFA :c
This commit is contained in:
Primrose 2025-05-23 10:50:00 +02:00
parent 9227aa9ee3
commit 5da726a8af
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 26 additions and 2 deletions

View file

@ -42,8 +42,9 @@ in
disko
nur
wired-notify
packages
emacs28 # removed, but I need it for PLFA!
packages
(import ./vanadium/nixos/overlay.nix)
];

View file

@ -54,7 +54,10 @@ in {
neovim.enable = true;
neovim.defaultEditor = true;
emacs.enable = true;
emacs = {
enable = true;
package = pkgs.emacs28;
};
fish.enable = true;
starship.enable = true;