mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
README update + pandoc alias
This commit is contained in:
parent
0951aeb227
commit
b2a87d2218
4 changed files with 15 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./vim
|
||||
./zsh.nix
|
||||
./rustfmt.nix
|
||||
./packages.nix
|
||||
./cookiecutter.nix
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ hyperfine hexyl tokei nixpkgs-fmt ];
|
||||
home.packages = with pkgs; [ hyperfine hexyl tokei nixpkgs-fmt pandoc ];
|
||||
}
|
||||
|
|
|
|||
7
config/users/kat/dev/zsh.nix
Normal file
7
config/users/kat/dev/zsh.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.shellAliases = {
|
||||
readmefmt = "pandoc -f markdown -t gfm --reference-links ./README.md --output README.md --wrap=preserve";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue