1
This commit is contained in:
2022-07-26 14:21:33 +02:00
parent 1c4cd57980
commit 7687dafa35

View File

@ -171,6 +171,7 @@ rec {
ripgrep
nvd # nix rebuild diff
neofetch # Easily see interesting package versions/kernel
lazygit
# Some basics should be available everywhere
# This makes problems with conflicts in nix-store, for example gcc/ld and binutils/ld or different python versions
@ -235,7 +236,7 @@ rec {
# Audio
# TODO: Make a module, autosync yabridge on rebuild?
# vcv-rack
bitwig-studio # No flatpak for yabridge compatibility
bitwig-studio
# audacity
carla
yabridge
@ -323,6 +324,7 @@ rec {
emcs = "emacs -nw";
lg = "lazygit";
gs = "git status";
gcm = "git commit -m";
ga = "git add";