diff options
Diffstat (limited to 'hosts/bean')
-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 1918c57..27e3c86 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -25,6 +25,7 @@ in gui.fonts = true; net.tools.minimal = true; sound.tools = true; + sync.tools = true; sys.tools = true; www.browser = true; }; |