summaryrefslogtreecommitdiff
path: root/home/ebisu/akashi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/akashi/default.nix')
-rw-r--r--home/ebisu/akashi/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/ebisu/akashi/default.nix b/home/ebisu/akashi/default.nix
new file mode 100644
index 0000000..9a2c86f
--- /dev/null
+++ b/home/ebisu/akashi/default.nix
@@ -0,0 +1,11 @@
+{ config, self, ... }:
+{
+ imports =
+ let
+ homeModules = "${self}/home/${config.home.username}";
+ in
+ [
+ "${homeModules}/core"
+ "${homeModules}/shared"
+ ];
+}