diff --git a/recipes/recipe-nvidia.yml b/recipes/recipe-nvidia.yml index 8c3a889..4a69d16 100644 --- a/recipes/recipe-nvidia.yml +++ b/recipes/recipe-nvidia.yml @@ -88,6 +88,12 @@ modules: - NetworkManager-wait-online.service - flatpak-add-fedora-repos.service + - type: chezmoi + repository: "https://codeberg.org/franute/dotfiles" + branch: main + all-users: false + file-conflict-policy: skip + - type: script scripts: - install_autofirma.sh diff --git a/recipes/recipe.yml b/recipes/recipe.yml index af17548..8fffab7 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -88,6 +88,12 @@ modules: - NetworkManager-wait-online.service - flatpak-add-fedora-repos.service + - type: chezmoi + repository: "https://codeberg.org/franute/dotfiles" + branch: main + all-users: false + file-conflict-policy: skip + - type: script scripts: - install_autofirma.sh