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