1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-14 01:52:23 +00:00
2025-03-09 18:04:01 +00:00

6 lines
131 B
Nix

{ pkgs, ... }:
pkgs.writeShellScriptBin "readme" ''
${pkgs.glow}/bin/glow --pager ${builtins.toString ../../../../README.md}
''