diff options
| author | Fuwn <[email protected]> | 2024-10-28 06:45:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 06:45:14 -0700 |
| commit | ced74682b32d91c4ec7c9dae15e816a02b858e61 (patch) | |
| tree | 6014f6437237a709808142b650cbdc3998ee6edc /home/ebisu | |
| parent | kioku: fully configure smart usb host (diff) | |
| download | nixos-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.nix | 8 |
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" ] |