mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-16 03:14:41 +00:00
page readme app
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
type = "app";
|
||||
|
||||
program = builtins.toString (pkgs.writeShellScript "readme" ''
|
||||
${pkgs.glow}/bin/glow ${builtins.toString ../README.md}
|
||||
${pkgs.glow}/bin/glow --pager ${builtins.toString ../README.md}
|
||||
'');
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user