Update timezones for Warsaw

This commit is contained in:
albert 2024-11-11 06:45:37 +01:00
parent 9fbd513075
commit 1ab570d149
Signed by: albert
GPG key ID: 3895DD267CA11BA9
5 changed files with 5 additions and 11 deletions

View file

@ -7,8 +7,8 @@
# TODO Update this when I move
services.gammastep = {
enable = true;
latitude = "35.62370";
longitude = "134.85414";
latitude = "52.23";
longitude = "21.01";
};
gtk.enable = true;

View file

@ -256,12 +256,6 @@
# "kscreenlockerrc"."Greeter/Wallpaper/org.kde.image/General"."Image" = "/etc/nixos/git/wallpapers/default/wallpaper1.png";
# "kscreenlockerrc"."Greeter/Wallpaper/org.kde.image/General"."PreviewImage" = "/etc/nixos/git/wallpapers/default/wallpaper1.png";
"kwalletrc"."Wallet"."First Use" = false;
"kwinrc"."NightColor"."Active" = true;
"kwinrc"."NightColor"."LatitudeFixed" = 35.67;
"kwinrc"."NightColor"."LongitudeFixed" = 135.06;
"kwinrc"."NightColor"."Mode" = "Location";
"kwinrc"."NightColor"."NightTemperature" = 4500;
"kwinrc"."Tiling"."padding" = 6;
"kwinrc"."Tiling/20ccce0f-090d-5c62-8664-c18316d4b125"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.28593749999999996},{\"width\":0.42994791666666754},{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.2841145833333325}]}";
"kwinrc"."Tiling/6f05b79e-e479-5ef5-88ba-52dea7a75dd5"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.3170312500000004},{\"width\":0.42494791666666737},{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.25802083333333226}]}";
"kwinrc"."Tiling/91ea1083-8eb3-59af-b2ce-03778d8cef2a"."tiles" = "{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.3601562499999998},{\"height\":0.63984375}]}";

View file

@ -50,7 +50,7 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Set your time zone.
time.timeZone = "Asia/Tokyo";
time.timeZone = "Europe/Warsaw";
# Set the networking hostname:
networking.hostName = "framework-server";

View file

@ -38,7 +38,7 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Set your time zone.
time.timeZone = "Asia/Tokyo";
time.timeZone = "Europe/Warsaw";
services.automatic-timezoned.enable = true;
# Set the networking hostname:

View file

@ -37,7 +37,7 @@
hardware.keyboard.zsa.enable = true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Set your time zone.
time.timeZone = "Asia/Tokyo";
time.timeZone = "Europe/Warsaw";
# Set the networking hostname:
networking.hostName = "nixos-framework";