Updates for rust develpopment and added ledger back
This commit is contained in:
parent
325f31cb2a
commit
340109e73b
@ -1,10 +1,22 @@
|
||||
{ pkgs, ... }: {
|
||||
{ home, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# C/C++
|
||||
clang
|
||||
clang-tools
|
||||
cargo
|
||||
python3
|
||||
gnumake
|
||||
clang-tools
|
||||
|
||||
# Rust
|
||||
rustc
|
||||
cargo
|
||||
rust-analyzer
|
||||
|
||||
# Other
|
||||
python3
|
||||
ansible
|
||||
];
|
||||
|
||||
# To prevent sysroot errors in rust-analyzer
|
||||
home.sessionVariables = {
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
};
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
unzip
|
||||
isync
|
||||
ispell
|
||||
ledger
|
||||
texliveFull
|
||||
|
||||
# Fonts
|
||||
@ -19,7 +20,6 @@
|
||||
# LSP Servers
|
||||
nil
|
||||
ccls
|
||||
rust-analyzer
|
||||
yaml-language-server
|
||||
python3Packages.python-lsp-server
|
||||
nodePackages.typescript-language-server
|
||||
|
@ -3,6 +3,7 @@
|
||||
feh
|
||||
vlc
|
||||
dconf
|
||||
steam
|
||||
firefox
|
||||
vesktop
|
||||
zoom-us
|
||||
|
Loading…
x
Reference in New Issue
Block a user