diff --git a/nixos/laptop/default.nix b/nixos/laptop/default.nix index 2682e7a..77dd37f 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -69,7 +69,7 @@ i18n.supportedLocales = [ "all" ]; - time.timeZone = "Europe/Sofia"; + time.timeZone = "Europe/Prague"; fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];