Better modules

This commit is contained in:
Filippo Berto 2021-05-12 18:06:15 +02:00
parent 85a23285b8
commit 21ed795cfd
16 changed files with 534 additions and 302 deletions

View file

@ -1,8 +1,11 @@
{ config, pkgs, lib, ... }:
{
enable = true;
extraConfig = {
modi = "drun,run,ssh,window";
};
programs.rofi = {
enable = true;
extraConfig = {
modi = "drun,run,ssh,window";
theme = "nord";
};
};
xdg.configFile."rofi/nord.rasi".source = ../configs/rofi/nord.rasi;
}