feat(mpv): hardware decode with per-host hwdec
mpv shipped as a bare package with no config, so every host decoded video in software. hwdec is the only vendor-specific part, so it is an option: auto-safe everywhere, overridden on NVIDIA hosts. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,14 +4,17 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ./darkman.nix ];
|
||||
imports = [
|
||||
./darkman.nix
|
||||
# mpv is installed by programs.mpv there, not as a bare package here.
|
||||
../mpv.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# various
|
||||
google-chrome
|
||||
thunar
|
||||
mpv
|
||||
imv
|
||||
pavucontrol
|
||||
zathura
|
||||
|
||||
Reference in New Issue
Block a user