From aef916c971153a207581e5183a30ca433bd5e6b5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 30 Jul 2023 15:59:08 -0500 Subject: [PATCH] remove unnecessary script sourcing --- nix/home/features/cli/fish.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/home/features/cli/fish.nix b/nix/home/features/cli/fish.nix index 2413156..39bff53 100644 --- a/nix/home/features/cli/fish.nix +++ b/nix/home/features/cli/fish.nix @@ -26,8 +26,6 @@ in switch-home = "home-manager switch -b backup --flake ${config.home.homeDirectory}/.dotfiles#$USER@$(hostname -s)"; }; - shellInit = "source ${config.home.homeDirectory}/.nix-profile/etc/profile.d/nix.fish"; - interactiveShellInit = # Open command buffer in vim when alt+e is pressed ''