From 19c37ad98086d976cd2546a21193eaafcd5b6b65 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 15 Aug 2025 12:21:47 +0530 Subject: chore(home): drop nix bash-prompt-prefix --- home/common/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home/common/home.nix') diff --git a/home/common/home.nix b/home/common/home.nix index ccd245a..410efd6 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -16,7 +16,11 @@ in ]; programs.home-manager.enable = true; - nix.settings.use-xdg-base-directories = true; + + nix.settings = { + use-xdg-base-directories = true; + bash-prompt-prefix = ""; + }; home = { inherit username; -- cgit v1.2.3