Fix evaluation warnings
Some checks failed
Build NixOS Configurations / build (carbon) (push) Failing after 46s
Build NixOS Configurations / build (framework) (push) Successful in 2m38s
Build NixOS Configurations / build (git) (push) Successful in 1m26s
Build NixOS Configurations / build (gospel) (push) Failing after 35s
Build NixOS Configurations / build (node) (push) Failing after 33s
Some checks failed
Build NixOS Configurations / build (carbon) (push) Failing after 46s
Build NixOS Configurations / build (framework) (push) Successful in 2m38s
Build NixOS Configurations / build (git) (push) Successful in 1m26s
Build NixOS Configurations / build (gospel) (push) Failing after 35s
Build NixOS Configurations / build (node) (push) Failing after 33s
This commit is contained in:
parent
7afb67c36c
commit
3a0b951b3c
2 changed files with 4 additions and 1 deletions
|
|
@ -24,12 +24,14 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
tui = {
|
||||
theme = "catppuccin";
|
||||
keybinds = {
|
||||
app_exit = "ctrl+d,<leader>q";
|
||||
session_interrupt = "ctrl+c";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
mcp = {
|
||||
context7 = {
|
||||
type = "local";
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ in
|
|||
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk4.theme = null;
|
||||
iconTheme = {
|
||||
name = lib.mkForce "Adwaita";
|
||||
package = lib.mkForce pkgs.adwaita-icon-theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue