about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-27 19:42:56 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-27 19:42:56 +0900
commit7d0b169dc69036aa04e4dff3a596b254635f8d55 (patch)
tree127d46dd136dd4f27b04d4f6d26e9726ca9a05dc /nix
parent44f511c028bd46d57f8fefd0a7f538e46c413b05 (diff)
downloaddotfiles-7d0b169dc69036aa04e4dff3a596b254635f8d55.tar.gz
Start moving to Korea
Diffstat (limited to 'nix')
-rw-r--r--nix/awesome.nix11
-rw-r--r--nix/configuration.nix2
2 files changed, 8 insertions, 5 deletions
diff --git a/nix/awesome.nix b/nix/awesome.nix
index 76b616a..f46f4e6 100644
--- a/nix/awesome.nix
+++ b/nix/awesome.nix
@@ -1,7 +1,10 @@
 { pkgs, ... }:
 
 {
-  fonts.fonts = with pkgs; [ gentium lmodern noto-fonts-emoji ];
+  fonts.fonts = with pkgs; [
+    gentium lmodern
+    noto-fonts-cjk-sans noto-fonts-emoji
+  ];
 
   services = {
     autorandr.enable = true;
@@ -36,9 +39,9 @@
   environment.systemPackages = with pkgs; [
     gnome.adwaita-icon-theme networkmanagerapplet qt5ct
     clipbuzz keynav playerctl pulsemixer xclip xdotool xorg.xkill
-    aerc amfora dante ncdu ranger ueberzug rxvt-unicode vim_configurable
-    arandr audacious keepassx-community liferea scrot zathura
-    dino firefox libreoffice mepo nheko tor-browser-bundle-bin transmission-gtk
+    aerc amfora calcurse dante ncdu ranger ueberzug vim_configurable
+    arandr audacious keepassx-community liferea scrot rxvt-unicode zathura
+    firefox gajim libreoffice mepo nheko tor-browser-bundle-bin transmission-gtk
   ];
 
   hardware.brillo.enable = true;
diff --git a/nix/configuration.nix b/nix/configuration.nix
index 7c44c19..c80e89e 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -50,7 +50,7 @@
   };
 
   # Set your time zone.
-  time.timeZone = "Asia/Ho_Chi_Minh";
+  time.timeZone = "Asia/Seoul";
 
   # Select internationalisation properties.
   # console = {