From bf08731d1e2e38f989d2e217753adfddeb8f086b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Apr 2022 00:55:31 -0600 Subject: [PATCH] [NixOS] Fix for nixpkgs starship integration --- nixos/environment.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/environment.nix b/nixos/environment.nix index dd68e310..67f4fb20 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -30,8 +30,6 @@ with lib; }; programs.starship = { - enableBashIntegration = true; - enableZshIntegration = true; enable = true; };