mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(opencode): add flake input and overlay
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
awww = inputs.awww.packages.${prev.stdenv.hostPlatform.system}.awww;
|
||||
vicinae-extensions = inputs.vicinae-extensions.packages.${prev.stdenv.hostPlatform.system};
|
||||
voxtype = inputs.voxtype.packages.${prev.stdenv.hostPlatform.system};
|
||||
opencode-git = inputs.opencode.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
nix-index-small =
|
||||
inputs.nix-index-database.packages.${prev.stdenv.hostPlatform.system}.nix-index-with-small-db;
|
||||
};
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
flake.modules.homeManager.shell = {
|
||||
flake.modules.homeManager.shell = { pkgs, ... }: {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
package = pkgs.opencode-git;
|
||||
tui = {
|
||||
theme = "system";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user