diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-24T21·58+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-24T21·58+0200 |
commit | 7f34861ef1c685af75a0a89449f005a04245ea16 (patch) | |
tree | ea2981ec30f35539dd01adf2b3a352efa6f9243f /packages.nix | |
parent | 79944a66ef446603c969e64debec5d31fc0bbfc2 (diff) |
feat(packages): Add Rust packages globally
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages.nix b/packages.nix index 9c1c4b0590fc..602bc00fbdfa 100644 --- a/packages.nix +++ b/packages.nix @@ -49,6 +49,8 @@ in { environment.systemPackages = with pkgs; [ # Default nixos.* packages: alacritty + binutils-unwrapped + cargo curl direnv dnsutils @@ -70,26 +72,27 @@ in { iftop jetbrains.idea-ultimate jq - kubernetes kontemplate + kubernetes lispPackages.quicklisp lxappearance-gtk3 manpages maven mq-cli nixops + numix-cursor-theme numix-gtk-theme numix-icon-theme - numix-cursor-theme openjdk openssl openssl.dev pass pavucontrol - pulseaudio-ctl pkgconfig + pulseaudio-ctl qjackctl ripgrep + rustc rustracer sbcl spotify |