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
|
prismlauncher
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
vlc
|
vlc
|
||||||
|
clash-verge-rev
|
||||||
rhythmbox
|
rhythmbox
|
||||||
qq
|
qq
|
||||||
shotwell
|
shotwell
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
heroic
|
heroic
|
||||||
];
|
];
|
||||||
myAutostartCommands = [
|
myAutostartCommands = [
|
||||||
#"${pkgs.clash-verge-rev}/bin/clash-verge"
|
"${pkgs.clash-verge-rev}/bin/clash-verge"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
@ -137,7 +137,7 @@
|
||||||
];
|
];
|
||||||
# turned off because timedatectl doesn't like it
|
# turned off because timedatectl doesn't like it
|
||||||
time.hardwareClockInLocalTime = false;
|
time.hardwareClockInLocalTime = false;
|
||||||
time.timeZone = "Europe/Athens";
|
time.timeZone = "Asia/Shanghai";
|
||||||
services = {
|
services = {
|
||||||
#displayManager.sddm = {
|
#displayManager.sddm = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue