about summary refs log tree commit diff
path: root/init/nixos.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-15T19·46+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-15T19·46+0100
commit586148bd522b11081bde648c4e6da2c27d456cb3 (patch)
tree0792bd44af53ec4f973f9c9cc7eaa81419ca03ca /init/nixos.el
parenteb67c739b2c97b423d5b0223945b88a7a787b674 (diff)
feat(nixos): Show time in the mode line
Diffstat (limited to 'init/nixos.el')
-rw-r--r--init/nixos.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el
index 20f2e6937eec..da9bc1e56de9 100644
--- a/init/nixos.el
+++ b/init/nixos.el
@@ -52,6 +52,9 @@
 
       ;; Configure compositor
       (setq exwm-cm-opacity 95)
-      (exwm-cm-enable)))
+      (exwm-cm-enable)
+
+      ;; Show time in the mode line
+      (display-time-mode)))
 
 (provide 'nixos)