aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/spontaneity')
-rw-r--r--nix/systems/spontaneity/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix
new file mode 100644
index 0000000..f9146f8
--- /dev/null
+++ b/nix/systems/spontaneity/default.nix
@@ -0,0 +1,10 @@
+{ ... }:
+{
+ imports = [
+ ../../modules/default.nix
+ ];
+ monorepo = {
+ pipewire.enable = false;
+ home.enable = false;
+ };
+}