nix-dotfiles/home-manager/modules/rofi.nix
2025-03-28 00:47:30 -06:00

8 lines
68 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
rofi
];
}