dotfiles/apps
Noah Masur c845ae2fd4 use ssh host key as identityfile on tempest
reencrypt secrets and use personal key for mail
2023-08-05 20:06:03 -04:00
..
default.nix refactor apps and separate disko disks 2023-02-26 19:53:51 -05:00
encrypt-secret.nix save ratbag profile to text 2023-08-05 16:55:37 -04:00
format-root.nix fix disko partition for single disk 2023-02-26 20:03:39 -05:00
help.nix refactor apps and separate disko disks 2023-02-26 19:53:51 -05:00
installer.nix use ssh host key as identityfile on tempest 2023-08-05 20:06:03 -04:00
loadkey.nix add helper statements for loadkeys app 2022-10-03 12:32:09 +00:00
neovim.nix clean up colorschemes 2023-07-09 23:06:36 -06:00
netdata-cloud.nix switch to netdata cloud 2022-10-10 19:22:39 +00:00
readme.nix page readme app 2022-12-10 15:48:15 -07:00
rebuild.nix fix: flake app for rebuilds 2023-04-02 18:47:06 -04:00
reencrypt-secrets.nix save ratbag profile to text 2023-08-05 16:55:37 -04:00

{ pkgs, ... }: {

  type = "app";

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

}