Modules + configs update

This commit is contained in:
Filippo Berto 2021-05-03 14:58:18 +02:00
parent f94115c7bc
commit c7b9f3c16c
11 changed files with 525 additions and 272 deletions

8
modules/rofi.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
enable = true;
extraConfig = {
modi = "drun,run,ssh,window";
};
}