10 lines
94 B
Nix
10 lines
94 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
|
|
theme = ./tokyonight-mid.rasi;
|
|
};
|
|
}
|