summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-09-14 07:04:10 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-09-14 07:04:10 -0600
commit68cb1d2ad6310f76e266f65d0435aad9bcdd3d1c (patch)
tree39a818d847e0375e96d65a7ed792fe9733a0c621 /modules
parent98645a68624a49a27e93497912c7e3a98e3593e3 (diff)
update and silly errors fixed
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/shell.nix1
1 files changed, 0 insertions, 1 deletions
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)})