flakes/users/rin/rofi.nix

8 lines
131 B
Nix
Raw Normal View History

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