Add libcamera
to surface
This commit is contained in:
parent
ab1f959075
commit
c80bd39c65
|
@ -1,8 +1,12 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
config = {
|
||||
services = {
|
||||
auto-cpufreq.enable = true;
|
||||
thermald.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.libcamera
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue