diff --git a/recipe-desktop.yml b/recipe-desktop.yml index bf1fa94..ecf2076 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -12,6 +12,7 @@ scripts: - setup-selinux-dockersock.sh - autorun.sh - setup-desktop-audio.sh + - setup-selinux-dockersock.sh rpm: # A list of urls of ".repo" files that should be added to your system. # This is the proper way to add custom COPR repos to your image. @@ -20,6 +21,7 @@ rpm: # which greatly simplifies future maintenance of your custom recipe. repos: - https://pkg.earthly.dev/earthly.repo + - https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -42,6 +44,8 @@ rpm: - helm - neovim - ripgrep + - helix + - docker remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox diff --git a/recipe-framework-13.yml b/recipe-framework-13.yml index 20f74be..490a402 100644 --- a/recipe-framework-13.yml +++ b/recipe-framework-13.yml @@ -12,6 +12,7 @@ scripts: - setup-selinux-dockersock.sh - autorun.sh - setup-framework-13.sh + - setup-selinux-dockersock.sh rpm: # A list of urls of ".repo" files that should be added to your system. # This is the proper way to add custom COPR repos to your image. @@ -20,6 +21,7 @@ rpm: # which greatly simplifies future maintenance of your custom recipe. repos: - https://pkg.earthly.dev/earthly.repo + - https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -46,6 +48,8 @@ rpm: - helm - neovim - ripgrep + - helix + - docker remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox