Merge pull request 'sunshine: add path' (#947) from a-kenji-sunshine/add-path into main
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user