diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-06 11:12:10 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-06 11:12:10 -0500 |
commit | 3ffb139580a5cade9f39b9eb55efa5e7c2127b41 (patch) | |
tree | 46e6270090dc9797564d9dcce97b8f50ee14e148 /hosts/bean | |
parent | 194bdc23bd75432b94d7794629d3ef5c92c69235 (diff) | |
download | nixos-config-3ffb139580a5cade9f39b9eb55efa5e7c2127b41.tar.gz nixos-config-3ffb139580a5cade9f39b9eb55efa5e7c2127b41.zip |
modules/sets: Split media.tools into minimal and full
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; |