[mac] Adds rust devel. [nvim] Uses snacks for buffer picker
This commit is contained in:
7
home-manager/features/development/rust.nix
Normal file
7
home-manager/features/development/rust.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user