removed nsp script and moved it to a shell function
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user