flakes/modules/user/rofi.nix

9 lines
151 B
Nix
Raw Normal View History

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