1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

distrobox: fix typo

This commit is contained in:
royce-c 2025-03-24 21:40:09 -07:00
parent 869f2ec2ad
commit 21183c950e

View file

@ -47,7 +47,7 @@ in {
}
'';
description = ''
A set of containers and all its respective configurations. Each option cat be either a
A set of containers and all its respective configurations. Each option can be either a
bool, string or a list of strings. If passed a list, the option will be repeated for each element.
See common-debian in the example config. All the available options for the containers can be found
in the distrobox-assemble documentation at <https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-assemble.md>.