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 zoxide
eza eza
ripgrep ripgrep
unzip
jq
direnv
mullvad-vpn
]; ];
programs.mullvad-vpn.enable = true;
programs.eza = { programs.eza = {
enable = true; enable = true;
icons = "always"; icons = "always";
@ -43,6 +49,12 @@
enableBashIntegration = true; enableBashIntegration = true;
}; };
programs.direnv = {
enable = true;
enableBashIntegration = true;
nix-direnv.enable = true;
};
programs.bash = { programs.bash = {
enable = true; enable = true;
shellAliases = { shellAliases = {