nix-dotfiles/modules/rofi.nix

8 lines
102 B
Nix

{ config, pkgs, lib, ... }:
{
enable = true;
extraConfig = {
modi = "drun,run,ssh,window";
};
}