summaryrefslogtreecommitdiff
path: root/modules/home-manager/shell.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-11-05 20:51:25 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-11-05 20:51:25 -0700
commitefabb27a0604ad2c6f7a70c601b5480837801a06 (patch)
tree536ef16fa66739f20148312f3c1df15c9f0cbf43 /modules/home-manager/shell.nix
parent6ff62a2b220a5bcbad12b5a60a8b61d6fdd0aeab (diff)
parentcbcaca059177635d1c920ce3be385d5474a99a80 (diff)
Merge branch 'master' of ssh://git.myrmexia.xyz:2200/srv/git/.flake
Diffstat (limited to 'modules/home-manager/shell.nix')
-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)})