updating home manager config for rust development and vs-code support
This commit is contained in:
parent
107c968ba1
commit
e81c3aa499
3 changed files with 43 additions and 18 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue