nix-dotfiles/home-manager/modules/cava.nix

5 lines
59 B
Nix

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