all repos — nixfiles @ cb14f3e13c554e5de7ad1b160aecd8bf31bd4498

System and user configuration, managed by nix and home-manager

Install rofi and rofi-pass
Alan Pearce alan@alanpearce.eu
Fri, 24 Nov 2017 22:57:13 +0100
commit

cb14f3e13c554e5de7ad1b160aecd8bf31bd4498

parent

b89c607f1af55e503fa6447f11b4a6f856ea4927

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M modules/programs/passwords.nixmodules/programs/passwords.nix
@@ -2,6 +2,7 @@ { config, pkgs, ... }: 
 { environment.systemPackages = with pkgs; [
     keepassx-community
+    rofi-pass
     pass
     pwgen
   ];
M modules/programs/window-manager.nixmodules/programs/window-manager.nix
@@ -17,6 +17,7 @@ environment.systemPackages = with pkgs; [     dmenu
     dunst
     libnotify # for notify-send
+    rofi
     sxhkd
     scrot