diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:44:28 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:44:28 -0800 |
commit | 2284149fd573e9ced6c1058f8ce5e40baf9cf6f5 (patch) | |
tree | e25e1b8c523a9776a9617ea42b69feee56ecfa99 /home | |
parent | fix(home/emacs): rename the package (diff) | |
download | world-2284149fd573e9ced6c1058f8ce5e40baf9cf6f5.tar.gz |
feat(home/packages): add tool masked-emails
Diffstat (limited to '')
-rw-r--r-- | home/packages/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix index 810efaa..7c8da03 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -46,6 +46,7 @@ in # tools from external repositories x509-info gh-ssh-keys + masked-emails ] ++ cfg.additionalPackages); } |