nix-dotfiles/modules/rofi.nix
2021-05-21 22:30:33 +02:00

15 lines
296 B
Nix

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