diff options
Diffstat (limited to 'hosts/carrot/default.nix')
-rw-r--r-- | hosts/carrot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix index 96f349b..bbe1370 100644 --- a/hosts/carrot/default.nix +++ b/hosts/carrot/default.nix @@ -20,7 +20,7 @@ in this.sets = { cli.tools.full = true; de.utils = true; - media.tools = true; + media.tools.full = true; net.tools.minimal = true; script.utils = true; sound.tools = true; |