2019-09-22 13:35:49 +04:00

7 lines
176 B
Nix

{ pkgs, config, lib, ... }: {
home-manager.users.alukard.programs.rofi = {
enable = true;
font = "Roboto Mono 14";
terminal = "\${rxvt_unicode}/bin/urxvt";
};
}