From 646e666e09144ce8a150f977e221ad5269f09f9d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 15 Aug 2024 13:00:08 +0200 Subject: [PATCH] Nixos: Disable packages due to build failures --- home/christoph/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 08586c57..1672c73e 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -335,10 +335,10 @@ rec { acpica-tools # Dump ACPI tables etc. # Video/Image utils - ffmpeg_5-full # I love ffmpeg (v5, including ffplay) + ffmpeg_7-full # I love ffmpeg (including ffplay) ffmpeg-normalize imagemagick # Convert image (magic) - ueberzugpp # Display images in terminal (alacritty) + # ueberzugpp # Display images in terminal (alacritty) # TODO: Build failure # Document utils # TODO: Latex module with individual packages or HomeManager @@ -606,7 +606,7 @@ rec { git = { enable = true; lfs.enable = true; - delta.enable = true; + delta.enable = false; # TODO: Build failure userEmail = "christoph.urlacher@protonmail.com"; userName = "Christoph Urlacher";