japan hotfix

This commit is contained in:
kp2pml30 2025-07-18 22:34:53 +09:00
parent a8ad7a3231
commit 8f90650888
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
3 changed files with 8 additions and 2 deletions

View file

@ -66,7 +66,7 @@
networking.hostName = "kp2pml30-personal-pc";
networking.hostId = "e31a5cc2";
time.timeZone = "Asia/Yerevan";
time.timeZone = "Asia/Tokyo";
}
./nix/hardware/mini.nix

View file

@ -20,7 +20,12 @@ in {
environment.systemPackages = [ pkgs.anytype ];
fonts.enableDefaultFonts = true;
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-sans
fira-code
fira-code-nerdfont
fira-code-symbols

View file

@ -14,8 +14,9 @@ in {
htop.enable = true;
};
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; [
ncdu
timewarrior
];
};