{pkgs, ...}: { programs.rofi = { enable = true; plugins = with pkgs; [ rofi-calc ]; }; }