mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-14 06:59:21 +00:00
6 lines
73 B
Nix
6 lines
73 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
cargo
|
|
rustc
|
|
];
|
|
}
|