feat(x1): enable ipu and add new applications

- Enabled `ipu.nix` in the x1 system configuration.
- Added `piper-tts`, `libcamera`, and `gnome-terminal` to the application list.
This commit is contained in:
Harald Hoyer 2025-07-03 12:59:58 +02:00
parent 05284e86c5
commit 230c6322e0

View file

@ -4,7 +4,7 @@ with lib.metacfg;
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
# ./ipu.nix ./ipu.nix
]; ];
services.cratedocs-mcp.enable = true; services.cratedocs-mcp.enable = true;
@ -80,6 +80,7 @@ with lib.metacfg;
attic-client attic-client
ollama ollama
piper piper
piper-tts
klavaro klavaro
tipp10 tipp10
gtypist gtypist
@ -89,6 +90,8 @@ with lib.metacfg;
gemini-cli gemini-cli
vscode vscode
uv uv
libcamera
gnome-terminal
# (vscode-with-extensions.override { # (vscode-with-extensions.override {
# vscodeExtensions = with vscode-extensions; [ # vscodeExtensions = with vscode-extensions; [
# rooveterinaryinc.roo-cline # rooveterinaryinc.roo-cline