Fixed system for nushell

This commit is contained in:
2024-11-05 17:36:01 -04:00
parent aa897b10af
commit b333a4f693
8 changed files with 176 additions and 61 deletions

View File

@@ -2,6 +2,9 @@
home.shellAliases = {
sudo = "sudo --preserve-env=PATH";
};
programs.nushell.shellAliases = {
sudo = "sudo --preserve-env=PATH";
};
home.packages = with pkgs; [
# AI Tools