any-nix-shell replaces by nix-your-shell
This commit is contained in:
parent
9e6e45cd8c
commit
5c973296af
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue