mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +01: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:
parent
b750144ee9
commit
9d93f39175
@ -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" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user