From ca8bd5829a04866936b74eaace2598b410f65acf Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Fri, 18 Jul 2025 14:24:03 +0800 Subject: [PATCH] chore: change timezone to Asia/Shanghai --- home-manager/stvnliu/home.nix | 3 ++- nixos/configuration.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/stvnliu/home.nix b/home-manager/stvnliu/home.nix index cfae430..13c0120 100644 --- a/home-manager/stvnliu/home.nix +++ b/home-manager/stvnliu/home.nix @@ -52,6 +52,7 @@ prismlauncher protonvpn-gui vlc + clash-verge-rev rhythmbox qq shotwell @@ -61,7 +62,7 @@ heroic ]; myAutostartCommands = [ - #"${pkgs.clash-verge-rev}/bin/clash-verge" + "${pkgs.clash-verge-rev}/bin/clash-verge" ]; programs = { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e45905f..d17e775 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -137,7 +137,7 @@ ]; # turned off because timedatectl doesn't like it time.hardwareClockInLocalTime = false; - time.timeZone = "Europe/Athens"; + time.timeZone = "Asia/Shanghai"; services = { #displayManager.sddm = { # enable = true;