diff options
-rw-r--r-- | hosts/bean/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index 27e3c86..4a86540 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -23,6 +23,7 @@ in cli.tools.full = true; gui.tools.full = true; gui.fonts = true; + media.tools = true; net.tools.minimal = true; sound.tools = true; sync.tools = true; |