This commit is contained in:
Rouven Seifert 2025-01-26 15:03:45 +01:00
parent c3183b9e81
commit a65b9c85e0
6 changed files with 68 additions and 114 deletions

View file

@ -20,7 +20,6 @@
ffmpeg
jellyfin-media-player
imv
drawio
# bluetooth
blueman
@ -64,20 +63,19 @@
gnumake
go
pre-commit
jetbrains.idea-ultimate
# fancy tools
just
himalaya
# strace but with colors
(strace.overrideAttrs (_: {
patches = [
(fetchpatch {
url = "https://raw.githubusercontent.com/xfgusta/strace-with-colors/main/strace-with-colors.patch";
hash = "sha256-gcQldGsRgvGnrDX0zqcLTpEpchNEbCUFdKyii0wetEI=";
})
];
}))
# (strace.overrideAttrs (_: {
# patches = [
# (fetchpatch {
# url = "https://raw.githubusercontent.com/xfgusta/strace-with-colors/main/strace-with-colors.patch";
# hash = "sha256-gcQldGsRgvGnrDX0zqcLTpEpchNEbCUFdKyii0wetEI=";
# })
# ];
# }))
];