zsh.nix -> shell.nix

This commit is contained in:
kat witch 2021-09-02 19:06:37 +01:00
parent 22cefdca3c
commit c7d8d0b3d4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
programs.zsh.shellAliases = {
readmefmt = "pandoc -f markdown -t gfm --reference-links ./README.md --output README.md --wrap=preserve";
};
}