commit 02b35680d123a2bba0fd48a4735c3f9597c24fd5
parent b0e8d95532ffa7ab07555041555985e761eab0b5
Author: mtmn <miro@haravara.org>
Date: Tue, 5 May 2026 19:16:07 +0200
chore: latest kernel, void stuff
Diffstat:
5 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/home.nix b/home.nix
@@ -33,7 +33,6 @@
builtins.elem (lib.getName pkg) [
"obsidian"
"xnviewmp"
- "antigravity"
];
nix = {
diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix
Binary files differ.
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -162,6 +162,7 @@
ollama
codex
gitingest
+ opencode
];
other = [
diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void
Binary files differ.
diff --git a/modules/mixins/dotfiles/config/opencode/tui.json b/modules/mixins/dotfiles/config/opencode/tui.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://opencode.ai/tui.json",
+ "theme": "osaka-jade"
+}