fix nixGitCherryPicker

This commit is contained in:
2026-06-09 11:48:31 +02:00
parent 32c9d85f99
commit 6d15ae6a22
+3 -3
View File
@@ -1,5 +1,5 @@
{inputs, ...}: {
flake.homeModules.nix-git-cherry-picker-desktop = {pkgs, ...}: {
flake.homeModules.nix-git-cherry-picker-laptop = {pkgs, ...}: {
home.packages = [
inputs.nix-git-cherry-picker.packages.${pkgs.system}.default
];
@@ -7,8 +7,8 @@
enable = true;
text = ''
{
"localBranch": "desktop",
"remoteBranch": "laptop",
"localBranch": "laptop",
"remoteBranch": "desktop",
"nixConfigPath": "/home/tomasr/nixos/"
}
'';