aboutsummaryrefslogtreecommitdiffstats
path: root/users/sils/rofi/default.nix
blob: f215ca1146ea24125aadc79117edd5dfce5be8e0 (plain) (blame)
1
2
3
4
5
6
7
{pkgs, ...}: {
  programs.rofi = {
    enable = true;
    terminal = "${pkgs.foot}/bin/foot";
    theme = ./rounded-gray-dark.rasi;
  };
}