Updated lockfiles

This commit is contained in:
2025-02-11 09:22:07 -04:00
parent 2066e936e6
commit fb485209c5
5 changed files with 71 additions and 66 deletions

View File

@@ -21,4 +21,9 @@ in {
userSettings = {
};
};
home.packages = with pkgs; [
cargo
rustc
];
}