mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 21:33:11 +01:00
10 lines
100 B
Nix
10 lines
100 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.mpv = {
|
||
|
enable = true;
|
||
|
config = {
|
||
|
hwdec = "auto";
|
||
|
};
|
||
|
};
|
||
|
}
|