diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-15 12:21:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-15 12:21:47 +0530 |
commit | 19c37ad98086d976cd2546a21193eaafcd5b6b65 (patch) | |
tree | 8bee3feddbc621b1e549854bb7e96706872c7cbf /home/common | |
parent | 46a948c21bcc1a02dab7d7970439f9a10a470691 (diff) |
Diffstat (limited to 'home/common')
-rw-r--r-- | home/common/home.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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; |