nix/graphical/audio-control.nix
2026-04-08 11:51:33 +10:00

6 lines
65 B
Nix

{ pkgs, ... }:
{
apps = {
inherit (pkgs) playerctl;
};
}