From 739b90fbc7252852373a11161ffedc33842d2adf Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Thu, 19 Oct 2023 21:07:23 +0200 Subject: [PATCH] feat: disable nix-index integration to speed up shell --- hosts/home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index 43a47ce..e3f11ab 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -113,8 +113,6 @@ stable.obsidian # Text Editor ]; - file.".config/wall".source = ../modules/themes/wall; - pointerCursor = { # This will set cursor system-wide so applications can not choose their own gtk.enable = true; #name = "Dracula-cursors"; @@ -128,6 +126,11 @@ programs = { home-manager.enable = true; + nix-index = { + enableZshIntegration = false; + enableBashIntegration = false; + enableFishIntegration = false; + }; }; gtk = { # Theming -- 2.48.1