From 72e4547e07048c359554ea6accf4255a029fe825 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 21 Jan 2024 17:38:56 +0000 Subject: [PATCH] set tz to Dublin --- 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 924a3c7..677f849 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -42,7 +42,7 @@ }; }; - time.timeZone = "Europe/Sofia"; + time.timeZone = "Europe/Dublin"; fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];