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;
|
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
|
||||||
|
|
|
||||||
|
|
@ -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\"";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue