mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
phone: Don't save .dng files
Not needed since pictures taken with the camera are rare anyway and I don't think using the .dng files would produce much better results.
This commit is contained in:
parent
939002e2f6
commit
80794ea75d
@ -134,6 +134,10 @@ in
|
|||||||
show-battery-percentage = true;
|
show-battery-percentage = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/postmarketos/megapixels" = {
|
||||||
|
save-raw = false;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/session" = {
|
"org/gnome/desktop/session" = {
|
||||||
idle-delay = mkUint32 60;
|
idle-delay = mkUint32 60;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user