config.nix/modules/window_manager/launcher.nix
2025-12-18 09:01:50 +01:00

13 lines
124 B
Nix

{
config,
pkgs,
inputs,
...
}:
{
home.packages = [ pkgs.cmatrix ];
programs.rofi = {
enable = true;
};
}