feat(nixos): Show time in the mode line

This commit is contained in:
Vincent Ambo 2017-11-15 20:46:56 +01:00
parent eb67c739b2
commit 586148bd52

View file

@ -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)