2020-02-05 04:30:49 +04:00
|
|
|
{ pkgs, config, lib, ... }: {
|
2019-09-15 00:19:40 +04:00
|
|
|
home-manager.users.alukard.programs.rofi = {
|
|
|
|
enable = true;
|
|
|
|
font = "Roboto Mono 14";
|
|
|
|
terminal = "\${rxvt_unicode}/bin/urxvt";
|
2019-10-03 12:38:59 +04:00
|
|
|
# theme = "custom.rasi";
|
|
|
|
theme = "~/.cache/wal/colors-rofi-dark.rasi";
|
2019-09-15 00:19:40 +04:00
|
|
|
};
|
|
|
|
}
|