From 7ee24adc96033c0483991fb09e808f8a96562e32 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Mon, 16 Jun 2025 00:22:28 +0900 Subject: [PATCH] 434 current 2025-06-16 00:22:08 25.05.20250424.f771eb4 6.12.24 * --- home/programs/zsh/zshrc | 1 + system/system.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 4898c10..a686b6d 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -206,6 +206,7 @@ alias ndwl="nmcli device wifi list" alias wt="systemctl restart NetworkManager" alias syncthing="firefox localhost:8384" alias htop="btop" # of course +alias top="btop" # of course stack() { find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \; diff --git a/system/system.nix b/system/system.nix index ecd9dcc..d53754b 100644 --- a/system/system.nix +++ b/system/system.nix @@ -14,7 +14,8 @@ ]; # Set your time zone. - time.timeZone = "America/New_York"; + # time.timeZone = "America/New_York"; + time.timeZone = "Asia/Seoul"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";