chore: change timezone to Asia/Shanghai
This commit is contained in:
parent
84b17122d5
commit
ca8bd5829a
2 changed files with 3 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue