lazygit
This commit is contained in:
@ -171,6 +171,7 @@ rec {
|
|||||||
ripgrep
|
ripgrep
|
||||||
nvd # nix rebuild diff
|
nvd # nix rebuild diff
|
||||||
neofetch # Easily see interesting package versions/kernel
|
neofetch # Easily see interesting package versions/kernel
|
||||||
|
lazygit
|
||||||
|
|
||||||
# Some basics should be available everywhere
|
# 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
|
# 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
|
# Audio
|
||||||
# TODO: Make a module, autosync yabridge on rebuild?
|
# TODO: Make a module, autosync yabridge on rebuild?
|
||||||
# vcv-rack
|
# vcv-rack
|
||||||
bitwig-studio # No flatpak for yabridge compatibility
|
bitwig-studio
|
||||||
# audacity
|
# audacity
|
||||||
carla
|
carla
|
||||||
yabridge
|
yabridge
|
||||||
@ -323,6 +324,7 @@ rec {
|
|||||||
|
|
||||||
emcs = "emacs -nw";
|
emcs = "emacs -nw";
|
||||||
|
|
||||||
|
lg = "lazygit";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
Reference in New Issue
Block a user