mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-10 15:27:48 +02:00
dconf(megapixels): Set postprocessor
Should fix an issue where the camera app would previously stop taking photos on NixOS updates due to changed hashes.
This commit is contained in:
@ -137,6 +137,7 @@ in
|
|||||||
|
|
||||||
"org/postmarketos/megapixels" = {
|
"org/postmarketos/megapixels" = {
|
||||||
save-raw = false;
|
save-raw = false;
|
||||||
|
postprocessor = "${pkgs.megapixels}/share/megapixels/postprocess.sh";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/session" = {
|
"org/gnome/desktop/session" = {
|
||||||
|
Reference in New Issue
Block a user