{ config, lib, pkgs, ... }: { config.programs.rofi = { enable = true; plugins = with pkgs; [ rofi-calc rofi-emoji ]; terminal = "${pkgs.alacritty}/bin/alacritty"; pass = { enable = true; stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ]; }; }; # let rofi insert emojis directly config.home.packages = [ pkgs.xdotool ]; }