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