Added rust + compiled ytsub!

This commit is contained in:
Emmet 2023-05-20 19:58:54 -05:00
parent c54eab2c1e
commit 62bf4d5660
4 changed files with 45 additions and 2 deletions

8
user/lang/rust/rust.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
# Rust setup
rustup
];
}