1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(rofi-pass): user is in login field

This commit is contained in:
2022-09-05 15:38:49 +02:00
parent a589332b42
commit ce0869c64b
2 changed files with 18 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ in {
tocharian-font = pkgs.callPackage <niveum/packages/tocharian-font.nix> {};
iolanguage = pkgs.callPackage <niveum/packages/iolanguage.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 = [