2024-06-30 23:27:40 +02:00

8 lines
137 B
Nix

{pkgs, ...}: {
programs.rofi = {
enable = true;
terminal = "${pkgs.alacritty}/bin/alacritty";
theme = ./theme.rafi;
};
}