Add Emacs evil package for testing, unsure if I'll keep it yet
This commit is contained in:
parent
94d9e4ae19
commit
5390f736d9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue