mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 09:31:38 +01:00
9 lines
100 B
Nix
9 lines
100 B
Nix
{ ... }:
|
|
{
|
|
programs.mpv = {
|
|
enable = true;
|
|
config = {
|
|
hwdec = "auto";
|
|
};
|
|
};
|
|
}
|