Merge pull request #23 from tomasriveral/laptop

Laptop
This commit is contained in:
2026-06-09 14:25:26 +00:00
committed by GitHub
+11 -11
View File
@@ -39,16 +39,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; };
}; };
} }