summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-09-14 07:09:29 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-09-14 07:09:29 -0600
commit3d4e13214fec20fa7ebeaecd569b84763a1c779b (patch)
treeef1174091e1aacc8ccf9e6a13c811b5820c82f6d /modules/home-manager
parent29b0f036e256ca624883ea50969a4ec703685766 (diff)
parent0567b7d196db0a975c166069c4283814a2733395 (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/home-manager')
-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)})