Merge branch 'main' into laptop

This commit is contained in:
2026-06-08 15:51:01 +00:00
committed by GitHub
13 changed files with 120 additions and 13 deletions
+17 -1
View File
@@ -15,4 +15,20 @@
force = true;
};
};
}
flake.homeModules.nix-git-cherry-picker-desktop = {pkgs, ...}: {
home.packages = [
inputs.nix-git-cherry-picker.packages.${pkgs.system}.default
];
};
home.file-".config/nix-git-cherry-picker/config.json" = {
enable = true;
text = ''
{
"localBranch": "desktop",
"remoteBranch": "laptop",
"nixConfigPath": "/home/tomasr/nixos/"
}
'';
force = true;
};
}