flakes/cfg/winter/rin/rofi.nix
LavaDesu bb70530786
home manager!
also a bunch of other stuff
2021-05-20 14:02:49 +07:00

7 lines
131 B
Nix

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