summaryrefslogtreecommitdiff
path: root/home/ebisu
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 06:45:14 -0700
committerFuwn <[email protected]>2024-10-28 06:45:14 -0700
commitced74682b32d91c4ec7c9dae15e816a02b858e61 (patch)
tree6014f6437237a709808142b650cbdc3998ee6edc /home/ebisu
parentkioku: fully configure smart usb host (diff)
downloadnixos-config-ced74682b32d91c4ec7c9dae15e816a02b858e61.tar.xz
nixos-config-ced74682b32d91c4ec7c9dae15e816a02b858e61.zip
home: temporarily fix regression in akashi
Diffstat (limited to 'home/ebisu')
-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"
]