docs: add comment

This commit is contained in:
Daniel Langbein 2024-09-10 12:14:22 +02:00
parent b31f46be14
commit 1352ffb81c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -3,7 +3,7 @@
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
btop # Terminal resource monitor btop # Terminal resource monitor
htop htop # Terminal resource monitor
]; ];
}; };