removed nsp script and moved it to a shell function

This commit is contained in:
2024-11-24 14:45:16 -05:00
parent 0aace8edda
commit 501aedc119
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
{ pkgs }:
pkgs.writeShellApplication {
name = "nsp";
text = ''
trap 'NIX_SHELL=false kitty_theme' exit
NIX_SHELL=true command nix-shell -p "$@" --run zsh
'';
}