nix-dotfiles/home/programs/mpv.nix

4 lines
72 B
Nix

{ machineVars, ... }:
{
programs.mpv.enable = !machineVars.headless;
}