updating home manager config for rust development and vs-code support

This commit is contained in:
specCon18 2023-03-27 20:01:22 -04:00
parent 107c968ba1
commit e81c3aa499
3 changed files with 43 additions and 18 deletions

View file

@ -25,18 +25,20 @@
};
# base packages
environment.systemPackages = with pkgs; [
htop
cargo
rustc
helix
bat
exa
helix
uutils-coreutils
htop
zsh
tailscale
dig
rage
age-plugin-yubikey
sops
direnv
htop
dig #dns lookup
rage #file encryption
age-plugin-yubikey #plugin for rage to manage yubi-2fa
sops #file based secrets operations
direnv #used for development environments
];
networking = {