flakes/users/rin/rofi.nix
LavaDesu 2bc503a791
move windowManager.i3 packages to home-manager
oh my god i just realised my rofi configuration was ignored
2021-07-11 11:48:53 +07:00

9 lines
174 B
Nix

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