l pkgs.dpass: RIP

This commit is contained in:
lassulus 2021-12-23 16:20:33 +01:00
parent 5a7e6ef803
commit fb9ef6eda6
3 changed files with 0 additions and 20 deletions

View File

@ -1,7 +0,0 @@
with import <stockholm/lib>;
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
dpass
];
}

View File

@ -127,7 +127,6 @@ with import <stockholm/lib>;
transmission
macchanger
dpass
dnsutils
woeusb

View File

@ -1,12 +0,0 @@
{ pass, write, writeDash, ... }:
write "dsco-pass" {
"/bin/dpass".link = writeDash "dpass" ''
PASSWORD_STORE_DIR=$HOME/.dpasswordstore \
exec ${pass}/bin/pass $@
'';
"/bin/dpassmenu".link = writeDash "dpassmenu" ''
PASSWORD_STORE_DIR=$HOME/.dpasswordstore \
exec ${pass}/bin/passmenu $@
'';
}