7 lines
176 B
Nix
Raw Normal View History

2019-09-15 00:19:40 +04:00
{ pkgs, config, lib, ... }: {
home-manager.users.alukard.programs.rofi = {
enable = true;
font = "Roboto Mono 14";
terminal = "\${rxvt_unicode}/bin/urxvt";
};
}