nixos-config/modules/home-manager/rofi.nix
2023-08-31 22:44:44 -04:00

8 lines
No EOL
137 B
Nix

{ pkgs, config, lib, ...}:
{
programs.rofi = {
enable = true;
theme = "android_notification";
location = "top-left";
};
}