diff --git a/flake.lock b/flake.lock index 309dc2b9..76c34808 100644 --- a/flake.lock +++ b/flake.lock @@ -15,9 +15,9 @@ }, "nixpkgs": { "inputs": {}, - "narHash": "sha256-PeLSxF3XnIgfKajyh9ZrUsmtqH8wN3RGuInR01ErCeE=", + "narHash": "sha256-4p9gqMJTVmyH7eSq1euGZWusldWoBfKfi/VwZEPL2Mw=", "originalUrl": "github:nrdxp/nixpkgs/fork", - "url": "github:nrdxp/nixpkgs/0b14bcbf4de7797c39b26b29352ab0978f54db50" + "url": "github:nrdxp/nixpkgs/1e232452ed4c57e9968f4342d9ba044d36403928" } }, "version": 3 diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index aeabc77e..7a2b458c 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -62,7 +62,7 @@ in cursor dzen2 feh - ffmpeg_4 + ffmpeg-full firefox gnome3.adwaita-icon-theme gnome-themes-extra @@ -102,6 +102,14 @@ in [icon theme] Inherits=Adwaita ''; + + ffmpeg-full = super.ffmpeg-full.override { + svt-av1 = super.svt-av1; + dav1d = super.dav1d; + libaom = null; + opencore-amr = null; + libopus = super.libopus; + }; }; in [ overlay ];