mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
vicinae: guard refresh-apps activation
This commit is contained in:
@@ -205,7 +205,7 @@ in
|
||||
home.activation.vicinae-refresh-apps = lib.mkIf (cfg.package != null) (
|
||||
lib.hm.dag.entryAfter [ "installPackages" ] ''
|
||||
verboseEcho "Refreshing the vicinae app list"
|
||||
run --silence ${lib.getExe config.programs.vicinae.package} deeplink vicinae://launch/core/refresh-apps
|
||||
run --silence ${lib.getExe config.programs.vicinae.package} deeplink vicinae://launch/core/refresh-apps || verboseEcho "Failed to refresh the vicinae app list"
|
||||
''
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user