feat(steveej-x13s and treewide): get most recent libcamera with fixes

This commit is contained in:
steveej 2024-11-02 22:48:20 +01:00
parent 9d2311bcac
commit c8509fbf7b
13 changed files with 308 additions and 271 deletions

View file

@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [libreoffice-fresh];
home.packages = [pkgs.libreoffice];
}