Noah Masur f0e1fc740f save ratbag profile to text
move misc data files to misc directory
2023-08-05 16:55:37 -04:00
..
2023-08-05 16:55:37 -04:00
2023-07-09 23:06:36 -06:00
2022-10-10 19:22:39 +00:00
2022-12-10 15:48:15 -07:00
2023-04-02 18:47:06 -04:00

{ pkgs, ... }: {

  type = "app";

  program = builtins.toString (pkgs.writeShellScript "readme" ''
    ${pkgs.glow}/bin/glow --pager ${builtins.toString ../README.md}
  '');

}