mirror of
https://github.com/nmasur/dotfiles
synced 2025-01-30 16:22:03 +00:00
cb60542980
format-root app still not working
{ pkgs, ... }: { type = "app"; program = builtins.toString (pkgs.writeShellScript "readme" '' ${pkgs.glow}/bin/glow --pager ${builtins.toString ../README.md} ''); }