dotfiles/curacao/options.nix

23 lines
379 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;
2023-12-16 22:39:11 +01:00
jour = "40000";
crepuscule = "10000";
nuit = "1";
2023-12-05 23:11:54 +01:00
};
2023-12-04 22:47:02 +01:00
};
dev = {
docker = true;
};
extra = true;
2023-12-02 21:50:59 +01:00
gaming = true;
};
}