dotfiles/curacao/options.nix

24 lines
412 B
Nix
Raw Normal View History

{ ... }:
{
frogeye = {
2023-12-04 22:47:02 +01:00
desktop = {
xorg = true;
x11_screens = [ "HDMI-1-0" "eDP-1" ];
2023-12-04 22:47:02 +01:00
maxVideoHeight = 1440;
numlock = true;
2023-12-05 23:11:54 +01:00
phasesBrightness = {
enable = true;
backlight = "intel_backlight";
jour = 40000;
crepuscule = 10000;
nuit = 1;
};
2023-12-04 22:47:02 +01:00
};
dev = {
docker = true;
};
extra = true;
2023-12-02 21:50:59 +01:00
gaming = true;
};
}