format the repo files
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
# └─ default.nix *
|
||||
# └─ ...
|
||||
#
|
||||
|
||||
[
|
||||
./mpv.nix
|
||||
./mpv.nix
|
||||
]
|
||||
|
||||
@@ -9,17 +9,14 @@
|
||||
# └─ ./configs
|
||||
# └─ mpv.nix *
|
||||
#
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
home.file = {
|
||||
".config/mpv/mpv.conf".text = ''
|
||||
hwdec=vaapi
|
||||
vo=gpu
|
||||
hwdec-codecs=all
|
||||
gpu-context=wayland
|
||||
#profile=gpu-hq
|
||||
'';
|
||||
hwdec=vaapi
|
||||
vo=gpu
|
||||
hwdec-codecs=all
|
||||
gpu-context=wayland
|
||||
#profile=gpu-hq
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user