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;