diff options
Diffstat (limited to 'home-manager/shell.nix')
| -rw-r--r-- | home-manager/shell.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home-manager/shell.nix b/home-manager/shell.nix deleted file mode 100644 index c86190e..0000000 --- a/home-manager/shell.nix +++ /dev/null @@ -1,12 +0,0 @@ -{nushell-scripts, ... }: { - programs.nushell = { - extraConfig = '' - use ${nushell-scripts}/custom-completions/pass/pass-completions.nu * - use ${nushell-scripts}/custom-completions/nix/nix-completions.nu * - use ${nushell-scripts}/custom-completions/man/man-completions.nu * - use ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu * - use ${nushell-scripts}/custom-completions/make/make-completions.nu * - use ${nushell-scripts}/custom-completions/git/git-completions.nu * - ''; - }; -} |
