mirror of https://git.jolheiser.com/dotnix.git
rust
parent
c61443686d
commit
34cc5a7945
|
@ -16,6 +16,7 @@
|
|||
./lsp.nix
|
||||
./nushell.nix
|
||||
./oh-my-posh.nix
|
||||
./rust.nix
|
||||
./senpai.nix
|
||||
./ssh.nix
|
||||
./xdg.nix
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rustc
|
||||
cargo
|
||||
rustfmt
|
||||
clippy
|
||||
rust-analyzer
|
||||
gcc
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue