Dmitriy Kholkin f18b5ac912 some fixes
2020-08-09 02:57:10 +04:00

8 lines
233 B
Nix

{ pkgs, config, lib, ... }: {
home-manager.users.alukard.programs.rofi = {
enable = true;
font = "Roboto Mono 14";
terminal = config.defaultApplications.term.cmd;
theme = "~/.cache/wal/colors-rofi-dark.rasi";
};
}