Add grip for markdown composition
This commit is contained in:
parent
18f26eb09a
commit
2aa48f16a9
|
@ -9,6 +9,8 @@ in
|
|||
# Install emacs
|
||||
environment.systemPackages = [
|
||||
emacsPackage
|
||||
# For markdown rendering
|
||||
pkgs.pythonPackages.grip
|
||||
];
|
||||
|
||||
# Utilize home-manager
|
||||
|
|
Loading…
Reference in New Issue