- removed mongodb-compass (unnecessary) - removed packwiz - removed discover-overlay - removed rofi.scrollbar option - use zdharma-continuum as upstream zdharma is no longer available
8 lines
151 B
Nix
8 lines
151 B
Nix
{ config, ... }: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
font = "Open Sans 10";
|
|
terminal = "kitty";
|
|
#theme = builtins.fetchUrl {};
|
|
};
|
|
}
|