diff --git a/home-manager/common/desktops/hyprland/default.nix b/home-manager/common/desktops/hyprland/default.nix index 160727c3..1e211a99 100644 --- a/home-manager/common/desktops/hyprland/default.nix +++ b/home-manager/common/desktops/hyprland/default.nix @@ -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; diff --git a/home-manager/hosts/nixos-desktop/desktops/plasma6/plasma-manager.nix b/home-manager/hosts/nixos-desktop/desktops/plasma6/plasma-manager.nix index 2f859a46..e3b5a7df 100644 --- a/home-manager/hosts/nixos-desktop/desktops/plasma6/plasma-manager.nix +++ b/home-manager/hosts/nixos-desktop/desktops/plasma6/plasma-manager.nix @@ -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}]}"; diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 0be40ace..968bc9a4 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -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"; diff --git a/nixos/hosts/nixos-desktop/default.nix b/nixos/hosts/nixos-desktop/default.nix index 6518a7f4..22352f6f 100644 --- a/nixos/hosts/nixos-desktop/default.nix +++ b/nixos/hosts/nixos-desktop/default.nix @@ -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: diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index d9beeef2..0be8d605 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -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";