From de5b30e92a39edb9bda525a860a55f6d91813fe6 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 26 Dec 2023 20:13:29 +0800 Subject: [PATCH] fix: nushell scripts --- home/base/desktop/shell.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/base/desktop/shell.nix b/home/base/desktop/shell.nix index 8dd0ed97..7b9f12ac 100644 --- a/home/base/desktop/shell.nix +++ b/home/base/desktop/shell.nix @@ -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 = ''