mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
.. | ||
default.nix | ||
encrypt-secret.nix | ||
format-root.nix | ||
help.nix | ||
installer.nix | ||
loadkey.nix | ||
neovim.nix | ||
netdata-cloud.nix | ||
readme.nix | ||
rebuild.nix | ||
reencrypt-secrets.nix |
{ pkgs, ... }: { type = "app"; program = builtins.toString (pkgs.writeShellScript "readme" '' ${pkgs.glow}/bin/glow --pager ${builtins.toString ../README.md} ''); }