nixos-config/config/sway/rofi.nix

11 lines
154 B
Nix
Raw Normal View History

2024-11-24 14:59:35 +01:00
{ ... }:
{
programs.rofi = {
enable = true;
extraConfig = {
display-drun = " Apps ";
display-run = " Run ";
};
};
}