feat(packages): Add Rust packages globally
This commit is contained in:
parent
79944a66ef
commit
7f34861ef1
1 changed files with 6 additions and 3 deletions
|
@ -49,6 +49,8 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Default nixos.* packages:
|
# Default nixos.* packages:
|
||||||
alacritty
|
alacritty
|
||||||
|
binutils-unwrapped
|
||||||
|
cargo
|
||||||
curl
|
curl
|
||||||
direnv
|
direnv
|
||||||
dnsutils
|
dnsutils
|
||||||
|
@ -70,26 +72,27 @@ in {
|
||||||
iftop
|
iftop
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
jq
|
jq
|
||||||
kubernetes
|
|
||||||
kontemplate
|
kontemplate
|
||||||
|
kubernetes
|
||||||
lispPackages.quicklisp
|
lispPackages.quicklisp
|
||||||
lxappearance-gtk3
|
lxappearance-gtk3
|
||||||
manpages
|
manpages
|
||||||
maven
|
maven
|
||||||
mq-cli
|
mq-cli
|
||||||
nixops
|
nixops
|
||||||
|
numix-cursor-theme
|
||||||
numix-gtk-theme
|
numix-gtk-theme
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
numix-cursor-theme
|
|
||||||
openjdk
|
openjdk
|
||||||
openssl
|
openssl
|
||||||
openssl.dev
|
openssl.dev
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pulseaudio-ctl
|
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
pulseaudio-ctl
|
||||||
qjackctl
|
qjackctl
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rustc
|
||||||
rustracer
|
rustracer
|
||||||
sbcl
|
sbcl
|
||||||
spotify
|
spotify
|
||||||
|
|
Loading…
Reference in a new issue