fix: home.file

This commit is contained in:
2026-06-08 22:12:43 +02:00
parent 5afc0acf77
commit 99ab54cc8b
+2 -2
View File
@@ -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;
};
}
}