nix: install any-nix-shell
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 23:10:55 +0200
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M user/settings/nix.nix → user/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