diff --git a/flake.lock b/flake.lock index 74205ff..0d0f4ba 100644 --- a/flake.lock +++ b/flake.lock @@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1767930051, - "narHash": "sha256-YXtqo8h5bAbqC64XAPMMsZdYk8XkwkyNj/7XOsIyVf8=", + "lastModified": 1768598210, + "narHash": "sha256-kkgA32s/f4jaa4UG+2f8C225Qvclxnqs76mf8zvTVPg=", "owner": "nix-community", "repo": "home-manager", - "rev": "297a08510894822ddd93ee2cfc66d6ac65a3cebb", + "rev": "c47b2cc64a629f8e075de52e4742de688f930dc6", "type": "github" }, "original": { @@ -243,8 +243,8 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1768419432, - "narHash": "sha256-EwJZcXCEF1ExSfZP4asi1ATOhj1xcvH3tIe5nDSk9Oc=", + "lastModified": 1768634268, + "narHash": "sha256-vruxhPcOoAeoN/rkCIU1qqd8/ow+eO9n03A3Ne7dNb4=", "path": "/home/m3tam3re/p/NIX/nixpkgs", "type": "path" }, @@ -387,11 +387,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1767950769, - "narHash": "sha256-oT4Tj7O9361bmMbPwuAcH2zgj2fUZao7F32Bkah+AmE=", + "lastModified": 1768630143, + "narHash": "sha256-C9j3eQH5y49CTWK0Tb8XZsxdlacnQhtOj4F/bpKqsF4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3cf525869eaad0c4105795523d158d6985d40885", + "rev": "ce89c6ba5dbb1ec44e73bdef75c6ec30eb4249ff", "type": "github" }, "original": { @@ -403,11 +403,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1767799921, - "narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=", + "lastModified": 1768323494, + "narHash": "sha256-yBXJLE6WCtrGo7LKiB6NOt6nisBEEkguC/lq/rP3zRQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d351d0653aeb7877273920cd3e823994e7579b0b", + "rev": "2c3e5ec5df46d3aeee2a1da0bfedd74e21f4bf3a", "type": "github" }, "original": { @@ -467,11 +467,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1767767207, - "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=", + "lastModified": 1768564909, + "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5912c1772a44e31bf1c63c0390b90501e5026886", + "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", "type": "github" }, "original": { @@ -505,11 +505,11 @@ ] }, "locked": { - "lastModified": 1767950946, - "narHash": "sha256-1uAvkp3rbtF4fdjiiXfGydNOLFcG6J0/LXbHFgQLxKY=", + "lastModified": 1768633658, + "narHash": "sha256-id7bWEIFT24+/S9o7u1E/jkGPD69AnBK7sdRALmFFcA=", "owner": "nix-community", "repo": "NUR", - "rev": "3fabc71263f7765c342740db5360a2308ece715d", + "rev": "15d65f8c1375e7d06ee2261d139eab071a31355c", "type": "github" }, "original": { diff --git a/home/features/coding/opencode.nix b/home/features/coding/opencode.nix index 824791e..0d60914 100644 --- a/home/features/coding/opencode.nix +++ b/home/features/coding/opencode.nix @@ -202,9 +202,10 @@ home.file.".config/opencode/oh-my-opencode.json".text = builtins.toJSON { "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; + google_auth = false; agents = { Sisyphus = { - model = "opencode/glm-4.7-free"; + model = "google/antigravity-claude-opus-4-5-thinking"; permission = { edit = "allow"; bash = { diff --git a/hosts/m3-kratos/services/default.nix b/hosts/m3-kratos/services/default.nix index 29383bc..e144c10 100644 --- a/hosts/m3-kratos/services/default.nix +++ b/hosts/m3-kratos/services/default.nix @@ -15,7 +15,7 @@ gvfs.enable = true; trezord.enable = true; gnome.gnome-keyring.enable = true; - qdrant.enable = false; + qdrant.enable = true; stirling-pdf.enable = true; avahi = { enable = true; diff --git a/overlays/default.nix b/overlays/default.nix index 4c3ef89..6b59526 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -8,7 +8,6 @@ # You can change versions, add patches, set compilation flags, anything really. # https://nixos.wiki/wiki/Overlays modifications = final: prev: { - qdrant = inputs.nixpkgs-stable.legacyPackages.${prev.system}.qdrant; # n8n = import ./mods/n8n.nix {inherit prev;}; # brave = prev.brave.override {