nixfiles/home/apps/musicutil.nix

2 lines
69 B
Nix
Raw Normal View History

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