CrOS/modules/core.nix

9 lines
117 B
Nix

{
config,
lib,
pkgs,
...
}: {
system.stateVersion = "24.05";
time.timeZone = "America/New_York";
}