{ config, pkgs, ... }: { programs.rofi = { location = "left"; theme = "${pkgs.rofi}/share/rofi/themes/sidebar-v2.rasi"; }; }