fix: cherry-picker-desktop

This commit is contained in:
2026-06-08 22:14:55 +02:00
parent 75002217f3
commit fa54be1c2b
+11 -11
View File
@@ -19,16 +19,16 @@
home.packages = [ home.packages = [
inputs.nix-git-cherry-picker.packages.${pkgs.system}.default 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;
enable = true; text = ''
text = '' {
{ "localBranch": "desktop",
"localBranch": "desktop", "remoteBranch": "laptop",
"remoteBranch": "laptop", "nixConfigPath": "/home/tomasr/nixos/"
"nixConfigPath": "/home/tomasr/nixos/" }
} '';
''; force = true;
force = true; };
}; };
} }