From fdaf97a9acfbec43cc816357b73c0e746621c531 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Fri, 3 Mar 2023 17:24:28 +0100 Subject: home: split identities from social profile --- modules/home-manager/personal/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/home-manager/personal/default.nix') diff --git a/modules/home-manager/personal/default.nix b/modules/home-manager/personal/default.nix index dcd7500..3199c7f 100644 --- a/modules/home-manager/personal/default.nix +++ b/modules/home-manager/personal/default.nix @@ -1,7 +1,14 @@ { ... }: { - imports = [ ./dotfiles ./environment.nix ./gui ./profiles.nix ./programs ]; + imports = [ + ./dotfiles + ./environment.nix + ./gui + ./identities.nix + ./profiles.nix + ./programs + ]; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage -- cgit v1.2.3