remove unnecessary script sourcing

This commit is contained in:
John Bowdre 2023-07-30 15:59:08 -05:00
parent 126059e9ed
commit aef916c971

View file

@ -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
''