Update timezones for Warsaw
This commit is contained in:
parent
9fbd513075
commit
1ab570d149
5 changed files with 5 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -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}]}";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue