1

Home: Replace mpv with vlc

This commit is contained in:
2025-06-19 01:03:38 +02:00
parent 3973f8f47b
commit 17588026ab

View File

@ -359,6 +359,7 @@ rec {
obsidian obsidian
# anytype # Use flatpak # anytype # Use flatpak
helvum helvum
vlc
# Office # Office
wacomtablet # For xournalpp/krita wacomtablet # For xournalpp/krita
@ -465,7 +466,7 @@ rec {
}; };
mpv = { mpv = {
enable = true; enable = false;
config = { config = {
gpu-context = "wayland"; gpu-context = "wayland";
}; };