lib/user: added aichat by default

This commit is contained in:
Giulio De Pasquale 2024-05-27 13:39:39 +01:00
parent 8a5ab606e6
commit 714b23b902

View File

@ -30,6 +30,7 @@
home-manager.users.${name}.imports = [ home-manager.users.${name}.imports = [
(mkHomeRole "common") (mkHomeRole "common")
(mkHomeRole "zsh") (mkHomeRole "zsh")
(mkHomeRole "aichat")
] ++ roles_mod; ] ++ roles_mod;
}; };