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

fix(rofi-pass): generate passwords, correct default user

This commit is contained in:
2022-10-05 17:09:34 +02:00
parent e73c139d69
commit 652b7d4852

View File

@@ -12,7 +12,12 @@ in {
pass = { pass = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''
_pwgen() {
${pkgs.genpass}/bin/genpass "$@"
}
USERNAME_field='login' USERNAME_field='login'
default_user2=kmein
help_color="#FF0000" help_color="#FF0000"
''; # help_color set by https://github.com/mrossinek/dotfiles/commit/13fc5f24caa78c8f20547bf473266879507f13bf ''; # help_color set by https://github.com/mrossinek/dotfiles/commit/13fc5f24caa78c8f20547bf473266879507f13bf
}; };