Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
3
hm_modules/development/rust.nix
Normal file
3
hm_modules/development/rust.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
home.packages = with pkgs; [ bacon cargo clippy rustfmt ] ++ (lib.optionals config.programs.helix.enable [ rust-analyzer ]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue