dotfiles/nixos/i3/rofi.nix

11 lines
146 B
Nix

{
config,
pkgs,
...
}: {
programs.rofi = {
enable = true;
font = "${config.local.fontFamily} 16";
theme = "solarized";
};
}