mirror of
https://github.com/nmasur/dotfiles
synced 2025-03-15 04:37:04 +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}
|
|
''
|