about summary refs log tree commit diff stats
path: root/hm/soispha/conf/rofi/default.nix
blob: 2e0073afd9122b76d3dbaee36b7dc1a5a4338540 (plain) (blame)
1
2
3
4
5
6
7
8
{pkgs, ...}: {
  programs.rofi = {
    enable = true;
    package = pkgs.rofi-wayland;
    terminal = "${pkgs.alacritty}/bin/alacritty";
    theme = ./rounded-gray-dark.rasi;
  };
}