fix: cherry-picker-desktop

This commit is contained in:
2026-06-08 22:14:47 +02:00
parent 99ab54cc8b
commit abf652e21b
+1 -1
View File
@@ -19,7 +19,6 @@
home.packages = [
inputs.nix-git-cherry-picker.packages.${pkgs.system}.default
];
};
home.file.".config/nix-git-cherry-picker/config.json" = {
enable = true;
text = ''
@@ -31,4 +30,5 @@
'';
force = true;
};
};
}