From 68cb1d2ad6310f76e266f65d0435aad9bcdd3d1c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 14 Sep 2024 07:04:10 -0600 Subject: update and silly errors fixed --- modules/home-manager/shell.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 6c6d566..2e48849 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -28,7 +28,6 @@ in { source ${nushell-scripts}/custom-completions/nix/nix-completions.nu source ${nushell-scripts}/custom-completions/man/man-completions.nu source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu - source ${nushell-scripts}/custom-completions/make/make-completions.nu source ${nushell-scripts}/custom-completions/git/git-completions.nu use ${nushell-scripts}/themes/nu-themes/catppuccin-mocha.nu $env.config = ($env.config | merge {color_config: (catppuccin-mocha)}) -- cgit v1.2.3