nixos-config/home/launcher.nix

8 lines
90 B
Nix
Raw Normal View History

2024-06-24 21:53:35 +02:00
{ ... }:
{
programs.rofi = {
enable = true;
theme = "gruvbox-dark-soft";
};
}