mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-09 16:41:58 +00:00
Add amf version of OBS and FFMPEG
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, materusPkgs, lib, ... }:
|
||||
{
|
||||
home.stateVersion = "23.05";
|
||||
home.homeDirectory = "/home/materus";
|
||||
@@ -14,4 +14,6 @@
|
||||
enableNixDevel = lib.mkDefault true;
|
||||
|
||||
};
|
||||
|
||||
home.packages = [materusPkgs.ffmpeg6-amf materusPkgs.obs-amf];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user