From 63472a29490d7e6d268931fe791e9b429cb1b4d0 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Fri, 20 Dec 2024 14:50:23 -0600 Subject: [PATCH] Attempting to add custom just files --- files/justfiles/{60-custom.just => my-just.just} | 0 recipes/DX.yml | 5 +++++ recipes/bazzite.yml | 4 ++++ 3 files changed, 9 insertions(+) rename files/justfiles/{60-custom.just => my-just.just} (100%) diff --git a/files/justfiles/60-custom.just b/files/justfiles/my-just.just similarity index 100% rename from files/justfiles/60-custom.just rename to files/justfiles/my-just.just diff --git a/recipes/DX.yml b/recipes/DX.yml index 734732f..8c8e852 100644 --- a/recipes/DX.yml +++ b/recipes/DX.yml @@ -48,6 +48,11 @@ image-version: stable # latest is also supported if you want new updates ASAP - OpenWeather Refined #- Tailscale QS + - type: justfiles + validate: true + include: + - my-just.just + - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false) diff --git a/recipes/bazzite.yml b/recipes/bazzite.yml index c811e3c..73d8dc7 100644 --- a/recipes/bazzite.yml +++ b/recipes/bazzite.yml @@ -58,6 +58,10 @@ modules: - GSConnect - OpenWeather Refined - Tailscale QS + - type: justfiles + validate: true + include: + - my-just.just - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)