17 lines
295 B
Nix
17 lines
295 B
Nix
{ ... }:
|
|
{
|
|
frogeye.extra = true;
|
|
frogeye.desktop = {
|
|
xorg = true;
|
|
x11_screens = [ "DP-1" "eDP-1" ];
|
|
maxVideoHeight = 720;
|
|
phasesBrightness = {
|
|
enable = true;
|
|
backlight = "edp-backlight";
|
|
jour = 3500;
|
|
crepuscule = 3000;
|
|
nuit = 700;
|
|
};
|
|
};
|
|
}
|