feat: update to new things

This commit is contained in:
Jet Pham 2025-08-18 16:46:01 -07:00
parent 863a046f42
commit 33ead79cc7
No known key found for this signature in database

View file

@ -29,8 +29,14 @@
zoxide
eza
ripgrep
unzip
jq
direnv
mullvad-vpn
];
programs.mullvad-vpn.enable = true;
programs.eza = {
enable = true;
icons = "always";
@ -43,6 +49,12 @@
enableBashIntegration = true;
};
programs.direnv = {
enable = true;
enableBashIntegration = true;
nix-direnv.enable = true;
};
programs.bash = {
enable = true;
shellAliases = {