📺 Added Mpv and updated flakes
This commit is contained in:
@ -14,6 +14,7 @@ in
|
||||
./default-applications.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./mpv.nix
|
||||
./nixvim
|
||||
./rofi
|
||||
./wlogout
|
||||
|
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