nix-dotfiles/modules/rofi.nix
2021-05-12 18:06:15 +02:00

11 lines
197 B
Nix

{
programs.rofi = {
enable = true;
extraConfig = {
modi = "drun,run,ssh,window";
theme = "nord";
};
};
xdg.configFile."rofi/nord.rasi".source = ../configs/rofi/nord.rasi;
}