From 06e843aa0a3ff563b56d6c2146a97d4270664c05 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 3 Oct 2024 03:49:43 -0700 Subject: akashi: fix up home --- home/ebisu/core/default.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'home/ebisu/core/default.nix') diff --git a/home/ebisu/core/default.nix b/home/ebisu/core/default.nix index ff290cd..597c4ca 100644 --- a/home/ebisu/core/default.nix +++ b/home/ebisu/core/default.nix @@ -1,6 +1,11 @@ -{ config, inputs, ... }: { - imports = [ + config, + inputs, + system ? builtins.currentSystem, + ... +}: +{ + imports = with inputs; [ ./editor ./education ./nix @@ -8,7 +13,8 @@ ./system ./utility ./language.nix - inputs.tailray.homeManagerModules.default + tailray.homeManagerModules.default + rui.homeManagerModules.${system}.default ]; programs.home-manager.enable = true; -- cgit v1.2.3