2020-02-05 04:30:49 +04:00

9 lines
255 B
Nix

{ pkgs, config, lib, ... }: {
home-manager.users.alukard.programs.rofi = {
enable = true;
font = "Roboto Mono 14";
terminal = "\${rxvt_unicode}/bin/urxvt";
# theme = "custom.rasi";
theme = "~/.cache/wal/colors-rofi-dark.rasi";
};
}