about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/rofi/default.nix
blob: 10363ab5c2923e2ac03c7cb3f264152e41981a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{pkgs, ...}: {
  programs.rofi = {
    enable = true;
    package = pkgs.rofi-wayland;
    terminal = "${pkgs.alacritty}/bin/alacritty";
    # show-icons = true;
    # location = "center";
    theme = ./nord-twoLines.rasi;
  };
}