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