qutebrowser: fix pass userscript by adding rofi

This commit is contained in:
Timothy DeHerrera 2020-12-05 16:37:16 -07:00
parent a4a447bcf3
commit aba4d5f759
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -17,7 +17,7 @@ in
sessionVariables.BROWSER = "qute";
systemPackages = with pkgs; [ qute qutebrowser mpv youtubeDL ];
systemPackages = with pkgs; [ qute qutebrowser mpv youtubeDL rofi ];
};
nixpkgs.overlays = [