aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-28 13:05:11 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-29 14:45:46 -0800
commit97e5a140c34127fccdf6047d316c51785b6b52cd (patch)
tree2ec57316b87ac65e4d2470a78d42f484d856b0ed /nix/systems/spontaneity
parenta142b3f93080d5f4b97a383c95e5bb59d3065cf1 (diff)
new flake lock
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;
+ };
+}