added explanation for NTP setup

This commit is contained in:
paul-loedige
2023-12-20 14:51:02 +01:00
parent 66a3502e57
commit 90c6233b39
+7
View File
@@ -28,6 +28,13 @@ Follow guide [here](https://wiki.archlinux.org/title/Xorg/Keyboard_configuration
sudo localectl set-x11-keymap de sudo localectl set-x11-keymap de
``` ```
## NTP
``` bash
sudo systemctl enable systemd-timesyncd
```
`
## Doom Emacs ## Doom Emacs
1. emacs and optional dependencies should be included in `pkglist.txt` 1. emacs and optional dependencies should be included in `pkglist.txt`
2. [install](https://github.com/doomemacs/doomemacs/tree/master#install) [Doom Emacs](https://github.com/doomemacs/doomemacs) 2. [install](https://github.com/doomemacs/doomemacs/tree/master#install) [Doom Emacs](https://github.com/doomemacs/doomemacs)