mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
updates
This commit is contained in:
parent
c3183b9e81
commit
a65b9c85e0
6 changed files with 68 additions and 114 deletions
|
@ -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=";
|
||||
# })
|
||||
# ];
|
||||
# }))
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue