From 1bc1616a4f06a3408fae24ea95bdcd3d27e4c1b7 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Sun, 22 Mar 2026 17:21:25 +0100 Subject: [PATCH] m3-ares update --- flake.lock | 35 +++++++++++++++++++---------------- flake.nix | 4 ++-- home/features/cli/default.nix | 2 -- home/m3tam3re/m3-ares.nix | 1 + 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 948aad2..3b9be19 100644 --- a/flake.lock +++ b/flake.lock @@ -364,14 +364,17 @@ "openspec": "openspec" }, "locked": { - "lastModified": 1774077311, - "narHash": "sha256-C8Jpr7YjE5SZ3RMF7q1y4wt8nil89RIg+Ryl0UQGpIQ=", - "path": "/home/m3tam3re/p/NIX/nixpkgs", - "type": "path" + "lastModified": 1774058505, + "narHash": "sha256-V+/tHGZENnw995hzC2kOSiqpyhswLXeNAkbAYolGxPg=", + "ref": "refs/heads/master", + "rev": "25968af71156c1e7e71702853db45d3410d500bc", + "revCount": 177, + "type": "git", + "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" }, "original": { - "path": "/home/m3tam3re/p/NIX/nixpkgs", - "type": "path" + "type": "git", + "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" } }, "nix-colors": { @@ -508,11 +511,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1772847790, - "narHash": "sha256-lEK3FqujT4UPgk31wI90scsZQK+I1GaLa61SOQ2Jirc=", + "lastModified": 1774053289, + "narHash": "sha256-U+wnCEgsGdRqXfUlt1yZffhLMGbUnkb4MYmisBI+KcU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9724b991f92022aafa14b3610840f9742752227d", + "rev": "28afc93f3c091ae6cacfba64d8a486fab9c9af07", "type": "github" }, "original": { @@ -588,11 +591,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1772624091, - "narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=", + "lastModified": 1773821835, + "narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "80bdc1e5ce51f56b19791b52b2901187931f5353", + "rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", "type": "github" }, "original": { @@ -679,16 +682,16 @@ ] }, "locked": { - "lastModified": 1772782174, - "narHash": "sha256-FBmF7/uwZYY/qY1252Hz+XhXdE+Qp5axySAy5Jw7XUQ=", + "lastModified": 1773628428, + "narHash": "sha256-JUlFfILzcUCME3mOxdxDbcCXphNVEfVGIKhwAwtJPl8=", "owner": "anomalyco", "repo": "opencode", - "rev": "6c7d968c4423a0cd6c85099c9377a6066313fa0a", + "rev": "4ee426ba549131c4903a71dfb6259200467aca81", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.20", + "ref": "v1.2.27", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 3ecb5a4..ee225ef 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,8 @@ nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0"; nixpkgs-master.url = "github:nixos/nixpkgs/master"; - # m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; + m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; + # m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; llm-agents.url = "github:numtide/llm-agents.nix"; # diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 5e0d0f0..a1f1230 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -23,8 +23,6 @@ then pkgs.whisper-cpp-vulkan else pkgs.whisper-cpp; model = "ggml-large-v3-turbo"; - notifyTimeout = 2000; - ollamaTimeout = 120; }; programs.carapace = { diff --git a/home/m3tam3re/m3-ares.nix b/home/m3tam3re/m3-ares.nix index 9b21377..43f03dd 100644 --- a/home/m3tam3re/m3-ares.nix +++ b/home/m3tam3re/m3-ares.nix @@ -46,6 +46,7 @@ with lib; { nitch.enable = true; secrets.enable = true; starship.enable = true; + television.enable = true; }; desktop = { coding.enable = true;