all repos — archive/nixos-configuration @ cb14f3e13c554e5de7ad1b160aecd8bf31bd4498

Superseded by nixfiles

Install rofi and rofi-pass

Alan Pearce
commit

cb14f3e13c554e5de7ad1b160aecd8bf31bd4498

parent

b89c607f1af55e503fa6447f11b4a6f856ea4927

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M modules/programs/passwords.nixmodules/programs/passwords.nix
@@ -2,6 +2,7 @@ { config, pkgs, ... }:
{ environment.systemPackages = with pkgs; [ keepassx-community + rofi-pass pass pwgen ];