fix: nushell scripts

This commit is contained in:
Ryan Yin
2023-12-26 20:13:29 +08:00
parent 9a937013d8
commit de5b30e92a

View File

@@ -1,9 +1,6 @@
{pkgs-unstable, ...}:
let
{pkgs-unstable, ...}: let
nu_scripts = pkgs-unstable.nu_scripts;
in
{
in {
programs.bash = {
# load the alias file for work
bashrcExtra = ''