From 99ab54cc8b80cad7db98642311425a24eff80de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Mon, 8 Jun 2026 22:12:43 +0200 Subject: [PATCH] fix: home.file --- modules/utilities/nixGitCherryPicker.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/utilities/nixGitCherryPicker.nix b/modules/utilities/nixGitCherryPicker.nix index 44d2a5e..7578607 100644 --- a/modules/utilities/nixGitCherryPicker.nix +++ b/modules/utilities/nixGitCherryPicker.nix @@ -20,7 +20,7 @@ inputs.nix-git-cherry-picker.packages.${pkgs.system}.default ]; }; - home.file-".config/nix-git-cherry-picker/config.json" = { + home.file.".config/nix-git-cherry-picker/config.json" = { enable = true; text = '' { @@ -31,4 +31,4 @@ ''; force = true; }; -} \ No newline at end of file +}