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