nixfiles/home/apps/musicutil.nix
2022-02-08 12:17:15 +00:00

2 lines
69 B
Nix

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