generated from andy/linux-nixos-hyprland-config-dotfiles
8 lines
111 B
Nix
8 lines
111 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Set your time zone.
|
|
time.hardwareClockInLocalTime = true;
|
|
time.timeZone = "Europe/Kyiv";
|
|
}
|