1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

broot: fix install check

broot uses `~/.config/broot/launcher/installed-v1`, not
`~/.config/broot/launcher/installed`.

PR #1303
This commit is contained in:
Julien Moutinho 2020-06-04 18:24:38 +02:00 committed by Robert Helgesson
parent ca6fcc92a1
commit 0ee5c9536b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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