aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/spontaneity/home.nix')
-rw-r--r--nix/systems/spontaneity/home.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/systems/spontaneity/home.nix b/nix/systems/spontaneity/home.nix
new file mode 100644
index 0000000..276ba52
--- /dev/null
+++ b/nix/systems/spontaneity/home.nix
@@ -0,0 +1,6 @@
+{ lib, config, pkgs, ... }:
+{
+ imports = [
+ ../../modules/home/default.nix
+ ];
+}