nixos-config/home-manager/launcher.nix

8 lines
90 B
Nix

{ ... }:
{
programs.rofi = {
enable = true;
theme = "gruvbox-dark-soft";
};
}