Change timezone

This commit is contained in:
Thomas Avé 2026-07-04 12:41:27 +02:00
parent c9b8e63dff
commit d8b7f25c54
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
4 changed files with 13 additions and 13 deletions

View File

@ -30,11 +30,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782062955, "lastModified": 1783119102,
"narHash": "sha256-FGZHls4eQJ8y3pvf5h3b83PfXlve3vD/Gj3g1qoAK6o=", "narHash": "sha256-bXd034/ARs18ZQ7hWUAw9NwyfBmcKQws8DQHzwYp6jM=",
"owner": "aylur", "owner": "aylur",
"repo": "astal", "repo": "astal",
"rev": "11842ae3045c1367fb3a62a2302dba0d9ccb4a33", "rev": "04454c22094401cc8e682cfe1f8ecc3194cac5f9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -111,11 +111,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782702263, "lastModified": 1783134515,
"narHash": "sha256-8/MG4Su7PhnynrmsVO61IeAfrK7GuUEu+E+gwbhy1QQ=", "narHash": "sha256-qMoZazubXlXUD9k/syJ/aiWC4X4g73mwVmZ7Z4+rdpM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "789a35fbdeb3c46b260096daa0b321c11be527ea", "rev": "b885baad531fa3d3beae2ba9a0712d22974d8016",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -163,11 +163,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1782467914, "lastModified": 1782959384,
"narHash": "sha256-pGvFkM8N0xEkIIXDe5YYfbEAvHrk4IxBrjB/x8OomhE=", "narHash": "sha256-xnJJk+ct+D2+wdRxj1wk36w5zV9RVESwRqcklPdt3fM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e73de5be04e0eff4190a1432b946d469c794e7b4", "rev": "65179426c83bb3f6bc14898b42ea1c6f01d374b0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -40,7 +40,7 @@
({pkgs, ...}: { ({pkgs, ...}: {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
networking.hostName = host; networking.hostName = host;
time.timeZone = "Asia/Bangkok"; time.timeZone = "Europe/Brussels";
nix.settings = { nix.settings = {
substituters = [ substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"

View File

@ -8,7 +8,7 @@
sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU="; sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU=";
}; };
extraPkgs = pkgs: [pkgs.tzdata]; extraPkgs = pkgs: [pkgs.tzdata];
profile = "export TZ=Asia/Bangkok"; profile = "export TZ=Europe/Brussels";
}) })
]; ];
xdg.desktopEntries = { xdg.desktopEntries = {

View File

@ -46,12 +46,12 @@
"hyprland/window" = {max-length = 50;}; "hyprland/window" = {max-length = 50;};
tray = {spacing = 10;}; tray = {spacing = 10;};
"clock#clock2" = { "clock#clock2" = {
timezone = "Asia/Bangkok"; timezone = "Europe/Brussels";
format = "{:%H:%M:%S}"; format = "{:%H:%M:%S}";
interval = 1; interval = 1;
}; };
clock = { clock = {
timezone = "Asia/Bangkok"; timezone = "Europe/Brussels";
format = "{:%Y-%m-%d}"; format = "{:%Y-%m-%d}";
interval = 3600; interval = 3600;
}; };