.hive/modules/home/rofi/config.nix

11 lines
143 B
Nix

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