1
Fork 0
satellite/modules/dev/rust.nix
2020-05-10 20:50:37 +03:00

4 lines
88 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [ rustup ];
}