get nushell to work

This commit is contained in:
2025-09-28 20:02:55 +02:00
parent ed1030e80e
commit 9e34213cf8
5 changed files with 284 additions and 1 deletions

View File

@@ -261,7 +261,6 @@ in
discord
#tree
];
shell = pkgs.nushell;
};
# List packages installed in system profile. To search, run:
@@ -532,4 +531,10 @@ in
powerManagement.powertop.enable = true;
# services.auto-cpufreq.enable = true;
programs.bash.interactiveShellInit = ''
if ![XTERM = "dumb"]; then
exec nu
fi
'';
}