aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/broot.nix
diff options
context:
space:
mode:
authorJulien Moutinho <julm@sourcephile.fr>2020-06-04 18:24:38 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-04 21:54:35 +0200
commit0ee5c9536ba599af6728c7e9ec3219df3fb66feb (patch)
tree59000e7b299d5d48d16453e637d7d7ef51c125a0 /modules/programs/broot.nix
parentca6fcc92a11f5c1d7f2d208d5795df6fd85842ce (diff)
broot: fix install check
broot uses `~/.config/broot/launcher/installed-v1`, not `~/.config/broot/launcher/installed`. PR #1303
Diffstat (limited to 'modules/programs/broot.nix')
-rw-r--r--modules/programs/broot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/broot.nix b/modules/programs/broot.nix
index f0e1afee29d..6951e035d32 100644
--- a/modules/programs/broot.nix
+++ b/modules/programs/broot.nix
@@ -172,7 +172,7 @@ 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