formatting fixes

This commit is contained in:
John Bowdre 2024-12-22 14:42:32 -06:00
parent 9b0b4cf9f8
commit 479419c33c
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -17,7 +17,7 @@
]; ];
programs.fish = { programs.fish = {
shellAbbrs = rec { k = "kubectl"; }; shellAbbrs = { k = "kubectl"; };
functions = { nugo = "hugo new content/posts/$argv/index.md"; }; functions = { nugo = "hugo new content/posts/$argv/index.md"; };
}; };