From 652b7d4852f7c35e50fba53b8f25f8118ab99e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 5 Oct 2022 17:09:34 +0200 Subject: [PATCH] fix(rofi-pass): generate passwords, correct default user --- configs/rofi.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/rofi.nix b/configs/rofi.nix index 90cf676..41ca353 100644 --- a/configs/rofi.nix +++ b/configs/rofi.nix @@ -12,7 +12,12 @@ in { pass = { enable = true; extraConfig = '' + _pwgen() { + ${pkgs.genpass}/bin/genpass "$@" + } + USERNAME_field='login' + default_user2=kmein help_color="#FF0000" ''; # help_color set by https://github.com/mrossinek/dotfiles/commit/13fc5f24caa78c8f20547bf473266879507f13bf };