Merge pull request #23 from tomasriveral/laptop

Laptop
This commit is contained in:
2026-06-09 14:25:26 +00:00
committed by GitHub
+12 -12
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" = {
enable = true;
text = ''
{
"localBranch": "desktop",
"remoteBranch": "laptop",
"nixConfigPath": "/home/tomasr/nixos/"
}
'';
force = true;
};
}; };
home.file-".config/nix-git-cherry-picker/config.json" = { }
enable = true;
text = ''
{
"localBranch": "desktop",
"remoteBranch": "laptop",
"nixConfigPath": "/home/tomasr/nixos/"
}
'';
force = true;
};
}