aly: remove rofi-pass

This commit is contained in:
Aly Raffauf 2024-08-01 22:22:42 -04:00
parent c0ebddc164
commit ee838ebed5

View file

@ -71,15 +71,6 @@ in {
pinentry = pkgs.pinentry-gnome3; pinentry = pkgs.pinentry-gnome3;
}; };
}; };
rofi.pass = {
enable = true;
package = pkgs.rofi-pass-wayland;
extraConfig = ''
USERNAME_field='login'
'';
};
}; };
systemd.user.startServices = "legacy"; # Needed for auto-mounting agenix secrets. systemd.user.startServices = "legacy"; # Needed for auto-mounting agenix secrets.