flakes/users/rin/rofi.nix

10 lines
174 B
Nix
Raw Normal View History

{ config, ... }: {
programs.rofi = {
enable = true;
font = "Open Sans 10";
scrollbar = false;
terminal = "kitty";
#theme = builtins.fetchUrl {};
};
}