From 9d93f391756025bc8aee87f568f97c3e07897821 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 3 Sep 2024 23:16:09 -0400 Subject: [PATCH] dconf(megapixels): Set postprocessor Should fix an issue where the camera app would previously stop taking photos on NixOS updates due to changed hashes. --- hosts/phone/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 3d4232b9..f26d5011 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -137,6 +137,7 @@ in "org/postmarketos/megapixels" = { save-raw = false; + postprocessor = "${pkgs.megapixels}/share/megapixels/postprocess.sh"; }; "org/gnome/desktop/session" = {