Modules + configs update
This commit is contained in:
parent
f94115c7bc
commit
c7b9f3c16c
11 changed files with 525 additions and 272 deletions
8
modules/rofi.nix
Normal file
8
modules/rofi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
modi = "drun,run,ssh,window";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue