opencode: init (#1945)
Link: https://github.com/nix-community/stylix/pull/1945 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
8d008296a1
commit
b81dc0a385
5 changed files with 249 additions and 3 deletions
11
modules/opencode/testbeds/opencode.nix
Normal file
11
modules/opencode/testbeds/opencode.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command = {
|
||||
text = lib.getExe pkgs.opencode;
|
||||
useTerminal = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.opencode.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue