about summary refs log tree commit diff
path: root/init/nixos.el
diff options
context:
space:
mode:
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)