summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/bean/common.nix1
-rw-r--r--hosts/carrot/default.nix1
-rw-r--r--hosts/thyme/packages.nix1
-rw-r--r--hosts/tomato/packages.nix1
-rw-r--r--modules/sets.nix5
5 files changed, 9 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;
};
diff --git a/hosts/carrot/default.nix b/hosts/carrot/default.nix
index cea43df..96f349b 100644
--- a/hosts/carrot/default.nix
+++ b/hosts/carrot/default.nix
@@ -24,6 +24,7 @@ in
net.tools.minimal = true;
script.utils = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
www.browser = true;
};
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix
index ef8ebba..c2adc1e 100644
--- a/hosts/thyme/packages.nix
+++ b/hosts/thyme/packages.nix
@@ -18,6 +18,7 @@
net.tools.full = true;
script.utils = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
writing.tools = true;
www.browser = true;
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index bf27f23..391ae2c 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -22,6 +22,7 @@ in
net.tools.full = true;
script.utils = true;
sound.tools = true;
+ sync.tools = true;
sys.tools = true;
writing.tools = true;
www.browser = true;
diff --git a/modules/sets.nix b/modules/sets.nix
index cad5a2c..651884e 100644
--- a/modules/sets.nix
+++ b/modules/sets.nix
@@ -37,6 +37,7 @@ in
net.tools.full = lib.mkEnableOption "package set";
script.utils = lib.mkEnableOption "package set";
sound.tools = lib.mkEnableOption "package set";
+ sync.tools = lib.mkEnableOption "package set";
sys.tools = lib.mkEnableOption "package set";
writing.tools = lib.mkEnableOption "package set";
www.browser = lib.mkEnableOption "package set";
@@ -145,6 +146,10 @@ in
pulseaudio
pulsemixer
];
+ sync.tools = [
+ git-annex
+ mr
+ ];
sys.tools = [
lm_sensors
lsof