nushell: slṕlit up configuration

This commit is contained in:
Charlie Root 2024-09-15 21:01:17 +02:00
commit c2959b633b
4 changed files with 2 additions and 66 deletions

View file

@ -20,7 +20,7 @@
overlayAttrs = config.packages;
packages = {
nushell = import ./extraPackages/nushell-wrapped.nix {inherit inputs lib pkgs;};
nushell = import ./extraPackages/nushell {inherit inputs lib pkgs;};
helix = import ./extraPackages/helix-wrapped.nix {inherit inputs inputs' lib pkgs;};
};
};