install the interactive curses gitui tool
This commit is contained in:
parent
8660f8b252
commit
a44af73bde
|
@ -31,7 +31,12 @@ let
|
||||||
backintime-common
|
backintime-common
|
||||||
anki-bin
|
anki-bin
|
||||||
signal-desktop
|
signal-desktop
|
||||||
(tor-browser-bundle-bin.override { mediaSupport = true; pulseaudioSupport = true; })
|
(tor-browser-bundle-bin.override {
|
||||||
|
mediaSupport = true;
|
||||||
|
pulseaudioSupport = true;
|
||||||
|
# prevent segfault on Intel graphics systems
|
||||||
|
useHardenedMalloc = false;
|
||||||
|
})
|
||||||
pdfpc
|
pdfpc
|
||||||
quaternion
|
quaternion
|
||||||
nheko
|
nheko
|
||||||
|
@ -175,6 +180,7 @@ let
|
||||||
shellcheck
|
shellcheck
|
||||||
mtr
|
mtr
|
||||||
ripgrep
|
ripgrep
|
||||||
|
gitui
|
||||||
|
|
||||||
# Haskell
|
# Haskell
|
||||||
ghc
|
ghc
|
||||||
|
|
Loading…
Reference in a new issue