Nixos: Disable packages due to build failures
This commit is contained in:
@ -335,10 +335,10 @@ rec {
|
|||||||
acpica-tools # Dump ACPI tables etc.
|
acpica-tools # Dump ACPI tables etc.
|
||||||
|
|
||||||
# Video/Image utils
|
# Video/Image utils
|
||||||
ffmpeg_5-full # I love ffmpeg (v5, including ffplay)
|
ffmpeg_7-full # I love ffmpeg (including ffplay)
|
||||||
ffmpeg-normalize
|
ffmpeg-normalize
|
||||||
imagemagick # Convert image (magic)
|
imagemagick # Convert image (magic)
|
||||||
ueberzugpp # Display images in terminal (alacritty)
|
# ueberzugpp # Display images in terminal (alacritty) # TODO: Build failure
|
||||||
|
|
||||||
# Document utils
|
# Document utils
|
||||||
# TODO: Latex module with individual packages or HomeManager
|
# TODO: Latex module with individual packages or HomeManager
|
||||||
@ -606,7 +606,7 @@ rec {
|
|||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
delta.enable = true;
|
delta.enable = false; # TODO: Build failure
|
||||||
|
|
||||||
userEmail = "christoph.urlacher@protonmail.com";
|
userEmail = "christoph.urlacher@protonmail.com";
|
||||||
userName = "Christoph Urlacher";
|
userName = "Christoph Urlacher";
|
||||||
|
Reference in New Issue
Block a user