Compare commits
No commits in common. "f1d9504b665c604ada302ad003993f616547ed21" and "75b26d9fb77f60289df190c48fa0ea950a13ea15" have entirely different histories.
f1d9504b66
...
75b26d9fb7
2 changed files with 2 additions and 8 deletions
|
@ -197,7 +197,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.bash.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
|
@ -224,10 +223,6 @@ in
|
|||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"/home/buymymojo/bin/"
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
profile=gpu-hq
|
||||
|
||||
#########################################
|
||||
# Misc settings, not related to quality #
|
||||
|
@ -50,9 +51,6 @@ blend-subtitles
|
|||
hls-bitrate=max
|
||||
|
||||
hwdec=auto-safe
|
||||
vo=gpu-next
|
||||
profile=gpu-hq
|
||||
gpu-context=wayland
|
||||
|
||||
screenshot-directory="/home/buymymojo/Pictures/MPV/"
|
||||
|
||||
|
@ -63,6 +61,7 @@ cache=yes
|
|||
cache-secs=300 # how many seconds of audio/video to prefetch if the cache is active
|
||||
|
||||
# vo=dmabuf-wayland
|
||||
vo=gpu-next
|
||||
# gpu-api=vulkan
|
||||
# gpu-context=waylandvk
|
||||
# vulkan-async-compute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue