Merge pull request #23 from tomasriveral/laptop

Laptop
This commit is contained in:
2026-06-09 14:25:26 +00:00
committed by GitHub
+2 -2
View File
@@ -39,8 +39,7 @@
home.packages = [
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;
text = ''
{
@@ -51,4 +50,5 @@
'';
force = true;
};
};
}