Install rofi and rofi-pass
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M modules/programs/passwords.nix → modules/programs/passwords.nix
@@ -2,6 +2,7 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ keepassx-community + rofi-pass pass pwgen ];