mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-13 11:03:56 +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}
'');
}