mirror of
https://github.com/callumio/nixfiles.git
synced 2026-06-20 23:34:35 +01:00
7 lines
111 B
Nix
7 lines
111 B
Nix
{pkgs, ...}: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
package = pkgs.rofi;
|
|
#theme = "Arc-Dark";
|
|
};
|
|
}
|