{pkgs, ...}: {
  programs.rofi = {
    enable = true;
    package = pkgs.rofi-wayland;
    terminal = "${pkgs.alacritty}/bin/alacritty";
    # show-icons = true;
    # location = "center";
    theme = ./nord-twoLines.rasi;
  };
}