Compare commits

..

No commits in common. "dca1951e15c7a5a74713e238dae141e1bf70cf5e" and "4d872539c30942d0e8d56567f43d9c0dc0a640f0" have entirely different histories.

2 changed files with 10 additions and 31 deletions

18
flake.lock generated
View file

@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1776373306,
"narHash": "sha256-iAJIzHngGZeLIkjzuuWI6VBsYJ1n89a/Esq0m8R1vjs=",
"lastModified": 1776184304,
"narHash": "sha256-No6QGBmIv5ChiwKCcbkxjdEQ/RO2ZS1gD7SFy6EZ7rc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d401492e2acd4fea42f7705a3c266cea739c9c36",
"rev": "3c7524c68348ef79ce48308e0978611a050089b2",
"type": "github"
},
"original": {
@ -121,11 +121,11 @@
]
},
"locked": {
"lastModified": 1776374701,
"narHash": "sha256-4EKgvB6jcyMLpT3+sUjQ9yBRs8RF7GvPj0uuh6xU1zY=",
"lastModified": 1776288778,
"narHash": "sha256-fJPzv8Jc91RoEToYZ4588mO1imNyiDq4ulrUJXr7pIA=",
"owner": "nix-community",
"repo": "NUR",
"rev": "610dd2de6fb34e3f1213876cf556ab4991ddd6a9",
"rev": "3cc6e021e559b189b74ede016363e5bcf79f603a",
"type": "github"
},
"original": {
@ -152,11 +152,11 @@
]
},
"locked": {
"lastModified": 1776317517,
"narHash": "sha256-JP1XVRabZquf7pnXvRUjp7DV+EBrB6Qmp3+vG3HMy/k=",
"lastModified": 1776144279,
"narHash": "sha256-eX3u6wJ34+qu7ZR1qWOaToGWmudYQSOEStZZm6goP+8=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "0a7be59e988bb2cb452080f59aaabae70bc415ae",
"rev": "727de8a44c85e90f899c540cf3ffa0d5d3344f9c",
"type": "github"
},
"original": {

View file

@ -74,16 +74,6 @@ let
"$out/share/gnome-shell/extensions/tailscale-gnome-qs@tailscale-qs.github.io"
'';
};
# opencode's native watcher binding needs libstdc++.so.6 on NixOS.
wrappedOpencode = pkgs.symlinkJoin {
name = "opencode-wrapped";
paths = [ pkgs.opencode ];
nativeBuildInputs = [ pkgs.makeWrapper ];
postBuild = ''
wrapProgram "$out/bin/opencode" \
--prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ]}"
'';
};
nasaApodWallpaper = pkgs.writeShellApplication {
name = "nasa-apod-wallpaper";
runtimeInputs = [
@ -360,8 +350,7 @@ in
# CLI
bat
ffmpeg-full
wrappedOpencode
skills
opencode
zellijNewTabZoxide
zellijSyncTabName
fd
@ -862,16 +851,6 @@ in
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json";
autoupdate = false;
mcp.linear = {
type = "remote";
url = "https://mcp.linear.app/mcp";
enabled = true;
};
model = "openai/gpt-5.4-fast";
small_model = "openai/gpt-5.4-mini-fast";
provider.openai.models."gpt-5.4-fast".options = {
reasoningEffort = "xhigh";
};
share = "disabled";
};