dotfiles/pindakaas/options.nix

17 lines
295 B
Nix
Raw Normal View History

{ ... }:
{
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
};
}