📺 Added Mpv and updated flakes
This commit is contained in:
11
home-manager/mpv.nix
Normal file
11
home-manager/mpv.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
hwdec = "auto-safe";
|
||||
vo = "gpu";
|
||||
profile = "gpu-hq";
|
||||
gpu-context = "wayland";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user