any-nix-shell replaces by nix-your-shell

This commit is contained in:
rotterdam 2023-03-08 22:02:16 -03:00
parent 9e6e45cd8c
commit 5c973296af
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,6 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
any-nix-shell
bind
btop
comma
@ -12,6 +11,7 @@
lazydocker
micro
neofetch
nix-your-shell
sysz
tmux
tree

View file

@ -40,7 +40,7 @@
fish = {
enable = true;
interactiveShellInit = "any-nix-shell fish --info-right | source";
loginShellInit = "any-nix-shell fish --info-right | source";
loginShellInit = "nix-your-shell fish --info-right | source";
shellAliases = {
nano = "micro";
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";