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
|
apps = pkgs.writeText "apps.json" (builtins.toJSON
|
||||||
{
|
{
|
||||||
env = {
|
env = {
|
||||||
PATH = "$(PATH):$(HOME)/.local/bin";
|
PATH = "$(PATH):$(HOME)/.local/bin:/run/current-system/sw/bin";
|
||||||
};
|
};
|
||||||
apps = [
|
apps = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user