Added rust + compiled ytsub!
This commit is contained in:
8
user/lang/rust/rust.nix
Normal file
8
user/lang/rust/rust.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Rust setup
|
||||
rustup
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user