From 0ee5c9536ba599af6728c7e9ec3219df3fb66feb Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Thu, 4 Jun 2020 18:24:38 +0200 Subject: [PATCH] broot: fix install check broot uses `~/.config/broot/launcher/installed-v1`, not `~/.config/broot/launcher/installed`. PR #1303 --- modules/programs/broot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/broot.nix b/modules/programs/broot.nix index f0e1afee2..6951e035d 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