[Rust] Moves cargo env to rust file [Nix] small cleanups [Terminal] Removes special Alacritty TERM override

This commit is contained in:
2025-03-02 14:54:26 -08:00
parent 23e924900b
commit bc124405ae
4 changed files with 6 additions and 18 deletions

View File

@@ -1,7 +1,11 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
home.packages = with pkgs; [
rust-analyzer
rustfmt
];
programs.zsh.envExtra = [
". \"$HOME/.cargo/env\""
];
}