add bulk rename script

This commit is contained in:
Leonardo Eugênio 2022-08-09 09:57:54 -03:00
parent 0c67a2e212
commit bc31e575f7
3 changed files with 50 additions and 0 deletions

View file

@ -7,4 +7,5 @@
wpass = import ./wpass.nix { inherit config pkgs lib; };
screenshotsh = import ./screenshotsh.nix { inherit config pkgs lib; };
_gpg-unlock = import ./_gpg-unlock.nix { inherit config pkgs lib; };
br = import ./br.nix { inherit config pkgs lib; };
})