all repos — nixfiles @ ea6e9729dc8a51978dc89c5a546ecf7381e3c9b7

System and user configuration, managed by nix and home-manager

nix: install any-nix-shell
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 23:10:55 +0200
commit

ea6e9729dc8a51978dc89c5a546ecf7381e3c9b7

parent

2ec12fddb187fd3aa02638bfc20a501b072af58b

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M user/settings/nix.nixuser/settings/nix.nix
@@ -10,7 +10,13 @@ imports = [     ../../pin.nix
   ];
   nixpkgs.config = import ../config.nix;
+  # move to system config
+  programs.fish.interactiveShellInit = ''
+    any-nix-shell fish --info-right | source
+  '';
+
   home.packages = with pkgs; [
+    any-nix-shell
     nil
     nix-prefetch-scripts
     nix-init