diff options
Diffstat (limited to 'hosts/bean')
-rw-r--r-- | hosts/bean/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index 4a86540..d0a84a3 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -23,7 +23,7 @@ in cli.tools.full = true; gui.tools.full = true; gui.fonts = true; - media.tools = true; + media.tools.minimal = true; net.tools.minimal = true; sound.tools = true; sync.tools = true; |