Merge pull request 'sunshine: add path' (#947) from a-kenji-sunshine/add-path into main

This commit is contained in:
clan-bot
2024-03-12 22:06:37 +00:00

View File

@@ -3,7 +3,7 @@ let
apps = pkgs.writeText "apps.json" (builtins.toJSON
{
env = {
PATH = "$(PATH):$(HOME)/.local/bin";
PATH = "$(PATH):$(HOME)/.local/bin:/run/current-system/sw/bin";
};
apps = [
{