opencode system theme
This commit is contained in:
parent
1d414a346c
commit
7da1e394c4
2 changed files with 23 additions and 13 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
flake.modules.nixos.ai =
|
flake.modules = {
|
||||||
|
nixos.ai =
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
|
|
@ -16,4 +17,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
homeManager.ai = {
|
||||||
|
programs.opencode = {
|
||||||
|
enable = true;
|
||||||
|
settings.theme = "system";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ in
|
||||||
gaming
|
gaming
|
||||||
|
|
||||||
# other aspects
|
# other aspects
|
||||||
|
ai
|
||||||
kde
|
kde
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -45,6 +46,7 @@ in
|
||||||
desktop
|
desktop
|
||||||
|
|
||||||
# other aspects
|
# other aspects
|
||||||
|
ai
|
||||||
kde
|
kde
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue