2023-11-28 20:53:18 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
2023-12-02 22:12:20 +01:00
|
|
|
frogeye.extra = true;
|
2023-12-04 22:47:02 +01:00
|
|
|
frogeye.desktop = {
|
|
|
|
xorg = true;
|
|
|
|
x11_screens = [ "DP-1" "eDP-1" ];
|
|
|
|
maxVideoHeight = 720;
|
2023-12-05 23:11:54 +01:00
|
|
|
phasesBrightness = {
|
|
|
|
enable = true;
|
|
|
|
backlight = "edp-backlight";
|
|
|
|
jour = 3500;
|
|
|
|
crepuscule = 3000;
|
|
|
|
nuit = 700;
|
|
|
|
};
|
2023-12-04 22:47:02 +01:00
|
|
|
};
|
2023-11-28 20:53:18 +01:00
|
|
|
}
|