mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added rust + compiled ytsub!
This commit is contained in:
parent
c54eab2c1e
commit
62bf4d5660
4 changed files with 45 additions and 2 deletions
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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue