summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/akashi/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/home/ebisu/akashi/default.nix b/home/ebisu/akashi/default.nix
index 0722e8f..28d6d93 100644
--- a/home/ebisu/akashi/default.nix
+++ b/home/ebisu/akashi/default.nix
@@ -1,7 +1,11 @@
-{ config, self, ... }:
+{
+ # config,
+ self,
+ ...
+}:
{
imports = (
- builtins.map (module: "${self}/home/${config.home.username}/${module}") [
+ builtins.map (module: "${self}/home/ebisu/${module}") [
"core"
"shared"
]