diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-28 13:05:11 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-29 14:45:46 -0800 |
commit | 97e5a140c34127fccdf6047d316c51785b6b52cd (patch) | |
tree | 2ec57316b87ac65e4d2470a78d42f484d856b0ed /nix/systems | |
parent | a142b3f93080d5f4b97a383c95e5bb59d3065cf1 (diff) |
new flake lock
Diffstat (limited to 'nix/systems')
-rw-r--r-- | nix/systems/spontaneity/default.nix | 10 |
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; + }; +} |