From 714b23b9028db0ef8da93348ccdb36d5c0a65eeb Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 27 May 2024 13:39:39 +0100 Subject: [PATCH] lib/user: added aichat by default --- lib/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/user.nix b/lib/user.nix index 44ad5d1..19ebb71 100644 --- a/lib/user.nix +++ b/lib/user.nix @@ -30,6 +30,7 @@ home-manager.users.${name}.imports = [ (mkHomeRole "common") (mkHomeRole "zsh") + (mkHomeRole "aichat") ] ++ roles_mod; };