From 8111ff6ea10d37ab9d4d2794e214df9aeda07a7d Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 8 Mar 2026 10:46:37 +0100 Subject: [PATCH] Checking if starship.toml is mentyioned multiple times --- Droidnix/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 78225d82b..63d37d955 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1132,7 +1132,7 @@ This file sets up starship prompt enable = true; }; - # Use the starship.toml from your assets + # Use the starship.toml from your assets <-- this should be the only place doing it! xdg.configFile."starship.toml".source = "${flakeRoot}/assets/common/conf/starship.toml"; }; }