summaryrefslogtreecommitdiff
path: root/home/common/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/common/home.nix')
-rw-r--r--home/common/home.nix6
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;