Some AI related changes and NPM installs

This commit is contained in:
Olaf
2026-08-11 11:20:37 +02:00
parent d88426eb68
commit 7670683b03
4 changed files with 14 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@
ollama
# CLI coding agent from llm-agents.nix input
llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.hermes-agent
+11 -4
View File
@@ -36,11 +36,18 @@
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
"LibreOffice" = 1630474372;
"Monal - XMPP Chatting " = 1637078500;
"Microsoft Copilot" = 6738511300; # (25.7.440804001)
"Microsoft Outlook" = 985367838; # (16.111.3)
"Microsoft Excel" = 462058435; # (16.111.3)
"Microsoft Word" = 462054704; # (16.111.3)
"Microsoft PowerPoint" = 462062816; # (16.111.3)
"OneDrive" = 823766827; # (26.134.0713)
"MQTT Explorer" = 1455214828; # (0.3.5)
"Night Sky" = 475772902; # 475772902
"Native SQLite Manager" = 1416282836; # (1.31.0)
"Remarkable Desktop" = 1276493162; # (3.19.0)
"Slack for Desktop" = 803453959; # (4.45.60)
"WhatsApp Messenger" = 310633997; # (26.30.77)
"WiFi Explorer: Scanner" = 494803304; # (3.5.6)
"Windows App Installer" = 1295203466; # (1.0.16)
"Wireguard" = 1451685025; # (1.0.16)
@@ -69,7 +76,6 @@
"discord"
"signal"
"webex"
"whatsapp"
"zoom"
# Utility Tools
@@ -88,8 +94,9 @@
"tigervnc"
#LLM
"ollama"
"ollama-app"
"hermes-desktop"
"jan"
# Entertainment Tools
"qobuz"
@@ -111,13 +118,13 @@
"macdown-3000"
"mailmate@beta"
"orcaslicer"
"remanager"
# "remanager"
"qmk-toolbox"
"smartsheet"
# "sqlitestudio" # Doesn't work without Rosetta
# "virtualbox" # build error?
"copilot-cli"
# Browsers
"brave-browser"
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "05mzc9a7g3ha7j2wjlbbsnm16yaj1j6nhv24x2jy0iv0r8cgmigc";
emacsOverlaySha256 = "07i9zb4rw9zwip9a49fv0q60ak025vn92r48vk7ns61was1mzn9s";
in
{
home-manager.backupFileExtension = "nix-backup";
+1
View File
@@ -4,6 +4,7 @@ let
npmPackages = [
"@enact/cli"
"@webos-tools/cli"
"@anthropic-ai/claude-code"
"patch-package"
];
in