flakes/modules/user/rofi.nix
LavaDesu 72c6763508
flake: fixes for recent input bump
- removed mongodb-compass (unnecessary)
- removed packwiz
- removed discover-overlay
- removed rofi.scrollbar option
- use zdharma-continuum as upstream zdharma is no longer available
2021-11-01 23:17:17 +07:00

8 lines
151 B
Nix

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