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

View file

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