change timezone

This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-03 09:31:27 +02:00
parent 33b31be6cc
commit ec6179d3b4
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -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 ];