mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
fix(rofi-pass): user is in login field
This commit is contained in:
@@ -30,6 +30,12 @@ in {
|
|||||||
tocharian-font = pkgs.callPackage <niveum/packages/tocharian-font.nix> {};
|
tocharian-font = pkgs.callPackage <niveum/packages/tocharian-font.nix> {};
|
||||||
iolanguage = pkgs.callPackage <niveum/packages/iolanguage.nix> {};
|
iolanguage = pkgs.callPackage <niveum/packages/iolanguage.nix> {};
|
||||||
ix = pkgs.callPackage <niveum/packages/ix.nix> {};
|
ix = pkgs.callPackage <niveum/packages/ix.nix> {};
|
||||||
|
rofi-pass = pkgs.rofi-pass.overrideAttrs (final: previous: {
|
||||||
|
patches = [
|
||||||
|
# password store androi
|
||||||
|
<niveum/packages/rofi-pass.patch>
|
||||||
|
];
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|||||||
12
packages/rofi-pass.patch
Normal file
12
packages/rofi-pass.patch
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/rofi-pass b/rofi-pass
|
||||||
|
index 48928db..13682a5 100755
|
||||||
|
--- a/rofi-pass
|
||||||
|
+++ b/rofi-pass
|
||||||
|
@@ -15,7 +15,7 @@ _image_viewer () {
|
||||||
|
|
||||||
|
# We expect to find these fields in pass(1)'s output
|
||||||
|
URL_field='url'
|
||||||
|
-USERNAME_field='user'
|
||||||
|
+USERNAME_field='login'
|
||||||
|
AUTOTYPE_field='autotype'
|
||||||
|
OTPmethod_field='otp_method'
|
||||||
Reference in New Issue
Block a user