mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
8 lines
111 B
Nix
8 lines
111 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Set your time zone.
|
|
time.hardwareClockInLocalTime = true;
|
|
time.timeZone = "Europe/Kyiv";
|
|
}
|