mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
fix: cherry-picker-desktop
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
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 = ''
|
||||||
@@ -31,4 +30,5 @@
|
|||||||
'';
|
'';
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user