feat: enabled ai for emergent and claude code for eve
This commit is contained in:
parent
ebf7ea3cf7
commit
e8f7331b6c
2 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ in {
|
|||
home.packages = lib.lists.optionals userConfig.isDesktopUser (
|
||||
with pkgs; [
|
||||
gnomeExtensions.dash-to-panel
|
||||
claude-code
|
||||
]
|
||||
);
|
||||
|
||||
|
|
@ -70,6 +71,8 @@ in {
|
|||
olympus.enable = true;
|
||||
libreoffice.enable = true;
|
||||
|
||||
claude-code.enable = osConfig.host.ai.enable;
|
||||
|
||||
# Windows applications that we need to figure out how to install
|
||||
guild-wars-2.enable = false;
|
||||
vortex.enable = false;
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
host = {
|
||||
ai.enable = true;
|
||||
users = {
|
||||
eve = {
|
||||
isDesktopUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue