From b60c7533fffd23b2506181fe6c66a8d319401d2b Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 27 Dec 2025 17:23:45 +0000 Subject: [PATCH] up --- flake.lock | 36 ++++++++++++++++++------------------ profiles/dock.nix | 2 +- profiles/opencode.nix | 5 ++++- 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 3a6b55c..7494110 100644 --- a/flake.lock +++ b/flake.lock @@ -85,11 +85,11 @@ ] }, "locked": { - "lastModified": 1766784396, - "narHash": "sha256-rIlgatT0JtwxsEpzq+UrrIJCRfVAXgbYPzose1DmAcM=", + "lastModified": 1766524813, + "narHash": "sha256-N/sxS27+t9nGvGWqwwAceSMW/Y5ddcypS/aiTnZ7ScA=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "f0c8e1f6feb562b5db09cee9fb566a2f989e6b55", + "rev": "c2b36207f2c396c79dbed9d40536db221bd4e363", "type": "github" }, "original": { @@ -230,11 +230,11 @@ "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1766826371, - "narHash": "sha256-SkyFn2sknIHX/xEQesKJMIewIBrizDDZ1VT5kQ04Z0Q=", + "lastModified": 1766756573, + "narHash": "sha256-3Iao5Atzr0yyPKstJcfYGWcdaRXWiI4ZiQ10/b0mKQI=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "f5f10b958bfe383913fc1056c294abecd85bf9de", + "rev": "ec12f712d5ac30160fde91eca00437f528418c77", "type": "github" }, "original": { @@ -246,11 +246,11 @@ "homebrew-core": { "flake": false, "locked": { - "lastModified": 1766826895, - "narHash": "sha256-ehUDeFLvhKfqozXJPMadFucZkWwEW3fBJ0IlUVG4RPY=", + "lastModified": 1766754423, + "narHash": "sha256-dTgER8g5hPgFykJ1GyXPLZDBgCJ8+SuEjcUCBqJEmVs=", "owner": "homebrew", "repo": "homebrew-core", - "rev": "065646993754c44b2cd5e2a65d384c487863f17b", + "rev": "9666309861e6c1014dc4e61ae6bfcf9def752b9e", "type": "github" }, "original": { @@ -266,11 +266,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1766803766, - "narHash": "sha256-7f517vDMQ7+UHfSvx/nF8tCuPfnEva2R9g2LueNlDB4=", + "lastModified": 1766758189, + "narHash": "sha256-KQ3A81mrZduHDP/aBG8jiIBubbaH1eyl0I9zDEjH1u4=", "owner": "numtide", "repo": "llm-agents.nix", - "rev": "697d674f5353a6171a9cc3f55adfd277d5212d11", + "rev": "531529d067a21a39a8ce4170bdc73460336cdbee", "type": "github" }, "original": { @@ -320,11 +320,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1766747458, - "narHash": "sha256-m63jjuo/ygo8ztkCziYh5OOIbTSXUDkKbqw3Vuqu4a4=", + "lastModified": 1766714959, + "narHash": "sha256-+2xdB27fVMEVKWmh7UtpBGgK1FOVdk5ttV3ZPhpdqVY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c633f572eded8c4f3c75b8010129854ed404a6ce", + "rev": "8970f698c39f490df47e4cbb7beae7869ddf1978", "type": "github" }, "original": { @@ -404,11 +404,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1766789373, - "narHash": "sha256-tG1iqWV4jxdn9sQPfp2aLTUBi0JS736drwoxeipqlqQ=", + "lastModified": 1766721995, + "narHash": "sha256-2qZLSojZFP3AzbC6UNF3ASCIDLahNniR2XP7l/qINm4=", "owner": "nix-community", "repo": "nixvim", - "rev": "2a3eece6afe262d690b608dc43547ec3a33abee9", + "rev": "66a5dc70e2d8433034bccdbb9c3c7bcecd86f9a6", "type": "github" }, "original": { diff --git a/profiles/dock.nix b/profiles/dock.nix index f5ff66d..4a5b0a6 100644 --- a/profiles/dock.nix +++ b/profiles/dock.nix @@ -39,7 +39,7 @@ in { }); default = [ {path = "/Applications/Helium.app/";} - {path = "${config.users.users.${user}.home}/Applications/Home Manager Apps/Ghostty.app/";} + {path = "/Applications/Ghostty.app/";} {path = "/System/Applications/Calendar.app/";} {path = "/System/Applications/Mail.app/";} {path = "/System/Applications/Notes.app/";} diff --git a/profiles/opencode.nix b/profiles/opencode.nix index e5bfdb1..107239f 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -9,7 +9,7 @@ settings = { theme = "catppuccin"; plugin = [ - "oh-my-opencode@2.5.4" + "oh-my-opencode@2.7.2" "opencode-antigravity-auth@1.2.2" ]; instructions = [ @@ -131,6 +131,9 @@ builtins.toJSON { "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; google_auth = false; + experimental = { + dcp_for_compaction = true; + }; agents = { oracle = { model = "opencode/gpt-5.2";