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:
parent
05284e86c5
commit
230c6322e0
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue