8 lines
114 B
Nix
8 lines
114 B
Nix
{ ... }:
|
|
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
theme = ../resources/rofi-theme/spotlight-dark.rasi;
|
|
};
|
|
}
|