From 5abb21dc10e4a9aaee5874c36e800a2609eceaef Mon Sep 17 00:00:00 2001 From: royce-c <114127058+royce-c@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:40:09 -0700 Subject: [PATCH] distrobox: fix typo --- modules/programs/distrobox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/distrobox.nix b/modules/programs/distrobox.nix index 7ae68bcb..30e71664 100644 --- a/modules/programs/distrobox.nix +++ b/modules/programs/distrobox.nix @@ -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 .