7 lines
176 B
Nix
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";
|
|
};
|
|
} |