8 lines
102 B
Nix
8 lines
102 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
enable = true;
|
|
extraConfig = {
|
|
modi = "drun,run,ssh,window";
|
|
};
|
|
}
|