From 16cdcab1497146172c34e865ba94e2157ab9e6b9 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Tue, 30 Jan 2024 15:01:55 +0200 Subject: [PATCH] change tz --- nixos/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/laptop/default.nix b/nixos/laptop/default.nix index f750f55..aead121 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -42,7 +42,7 @@ }; }; - time.timeZone = "Europe/Dublin"; + time.timeZone = "Europe/Sofia"; fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];