nixfiles/home/apps/musicutil.nix
2022-02-07 11:14:09 +00:00

2 lines
69 B
Nix

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