Files
cnix/home/core/gui/rofi.nix
cnst ffb53bf615 hm
2024-07-01 19:11:37 +02:00

9 lines
191 B
Nix

{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland-unwrapped;
configPath = "$XDG_CONFIG_HOME/rofi/config.rasi";
font = "Rec Mono Linear 11";
};
}