dotfiles/modules/rofi/home.nix
2024-01-25 00:55:35 -07:00

8 lines
80 B
Nix

{ ... }: {
programs.rofi = {
enable = true;
location = "top";
};
}