aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/programs/broot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/programs/broot.nix')
-rw-r--r--home-manager/modules/programs/broot.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/modules/programs/broot.nix b/home-manager/modules/programs/broot.nix
index eac31b56801..6951e035d32 100644
--- a/home-manager/modules/programs/broot.nix
+++ b/home-manager/modules/programs/broot.nix
@@ -172,11 +172,11 @@ in {
xdg.configFile."broot/conf.toml".source = configFile brootConf;
# Dummy file to prevent broot from trying to reinstall itself
- xdg.configFile."broot/launcher/installed".text = "";
+ xdg.configFile."broot/launcher/installed-v1".text = "";
programs.bash.initExtra = mkIf cfg.enableBashIntegration (
- # Using mkAfter to make it more likely to appear after other
- # manipulations of the prompt.
+ # Using mkAfter to make it more likely to appear after other
+ # manipulations of the prompt.
mkAfter ''
# This script was automatically generated by the broot function
# More information can be found in https://github.com/Canop/broot