First setup of v3ms config
This commit is contained in:
37
homes/x86_64-linux/julian@v3ms/packages.nix
Normal file
37
homes/x86_64-linux/julian@v3ms/packages.nix
Normal file
@ -0,0 +1,37 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
[
|
||||
# Rust setup
|
||||
unstable.rustc
|
||||
unstable.rustfmt
|
||||
unstable.cargo
|
||||
unstable.clippy
|
||||
unstable.rust-analyzer
|
||||
|
||||
# Further tools
|
||||
cntr # nix debugger
|
||||
|
||||
lazygit
|
||||
shellcheck
|
||||
lazygit
|
||||
git
|
||||
mc
|
||||
tree
|
||||
bat
|
||||
ripgrep
|
||||
fd
|
||||
fzf
|
||||
topgrade
|
||||
htop
|
||||
killall
|
||||
findutils
|
||||
jq
|
||||
ffmpeg
|
||||
julia-bin
|
||||
|
||||
poppler_utils # Pdf utils including pdfimages
|
||||
sage
|
||||
|
||||
pkg-config # Often needed to build something
|
||||
]
|
Reference in New Issue
Block a user