Add Emacs evil package for testing, unsure if I'll keep it yet

This commit is contained in:
Evie Litherland-Smith 2024-12-16 11:01:48 +00:00
parent 94d9e4ae19
commit 5390f736d9

View file

@ -38,6 +38,8 @@
extraConfig = builtins.readFile ./init.el; extraConfig = builtins.readFile ./init.el;
extraPackages = extraPackages =
epkgs: with epkgs; [ epkgs: with epkgs; [
# EViL Mode
evil
# UI and Appearance # UI and Appearance
delight delight
nerd-icons nerd-icons