fix(dev): add lazygit, improve rust
This commit is contained in:
parent
b518a4dc85
commit
791d764ff6
@ -29,6 +29,7 @@
|
||||
# R
|
||||
quarto
|
||||
]
|
||||
++ lib.optional pkgs.stdenv.isDarwin pkgs.libiconv
|
||||
++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
|
||||
CoreFoundation
|
||||
CoreServices
|
||||
@ -66,4 +67,8 @@
|
||||
diff.lockb.binary = "true";
|
||||
};
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user