mirror of
https://github.com/nmasur/dotfiles
synced 2025-03-14 16:57:06 +00:00
6 lines
131 B
Nix
6 lines
131 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.writeShellScriptBin "readme" ''
|
|
${pkgs.glow}/bin/glow --pager ${builtins.toString ../../../../README.md}
|
|
''
|