mirror of https://github.com/materusPL/Nixerus.git
emacs-materus: init materus configured emacs
This commit is contained in:
parent
8b8d4861b5
commit
20809b08ee
|
@ -9,7 +9,9 @@ rec {
|
|||
};
|
||||
|
||||
|
||||
ffmpeg6-amf-full = (if pkgs.lib.versionOlder pkgs.ffmpeg-full.version "6.1" then pkgs.callPackage ./apps/ffmpeg {
|
||||
ffmpeg6-amf-full = (if pkgs.lib.versionOlder pkgs.ffmpeg-full.version "6.1" then
|
||||
pkgs.callPackage ./apps/ffmpeg
|
||||
{
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks)
|
||||
Cocoa CoreServices CoreAudio CoreMedia AVFoundation MediaToolbox
|
||||
VideoDecodeAcceleration VideoToolbox;
|
||||
|
@ -31,4 +33,5 @@ rec {
|
|||
|
||||
lh2ctrl = callPackage ./apps/lh2ctrl.nix { };
|
||||
|
||||
emacs-materus = (pkgs.emacs29.override { withSQLite3 = true; withWebP = true; withX = true; withGTK3 = true; withAlsaLib = true; withGconf = true; withImageMagick = true; withXwidgets = true; });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue