From a64f4ce9ff57cc97fb0cff5a071f0846753ac60c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 5 Jun 2025 15:19:51 -0400 Subject: [PATCH] Enabled modules for zsh and chezmoi --- recipes/recipe.yml | 2 ++ recipes/recipe_nvidia.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index e0e0031..51a9eb4 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -16,9 +16,11 @@ modules: - from-file: components/base-module.yml - from-file: components/sys-files-module.yml - from-file: components/hyprland-module.yml + - from-file: components/zsh-module.yml - from-file: components/steam-module.yml - from-file: components/autostart-module.yml - from-file: components/default-flatpak.yml + - from-file: components/chezmoi-module.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully diff --git a/recipes/recipe_nvidia.yml b/recipes/recipe_nvidia.yml index 755a7f8..dc4ad9e 100644 --- a/recipes/recipe_nvidia.yml +++ b/recipes/recipe_nvidia.yml @@ -17,9 +17,11 @@ modules: - from-file: components/nvidia-module.yml - from-file: components/sys-files-module.yml - from-file: components/hyprland-module.yml + - from-file: components/zsh-module.yml - from-file: components/steam-module.yml - from-file: components/autostart-module.yml - from-file: components/default-flatpak.yml + - from-file: components/chezmoi-module.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully