dotfiles/nix/home/programs/rofi/default.nix
2021-10-05 23:42:21 -07:00

7 lines
64 B
Nix

{ pkgs, ... }:
{
programs.rofi = {
enable = true;
};
}