config.nix/modules/window_manager/launcher.nix
2025-12-18 09:35:29 +00:00

12 lines
88 B
Nix

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