flakes/users/rin/rofi.nix
2021-05-26 21:11:42 +07:00

7 lines
131 B
Nix

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