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, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
|
|
@ -16,4 +17,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
homeManager.ai = {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
settings.theme = "system";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ in
|
|||
gaming
|
||||
|
||||
# other aspects
|
||||
ai
|
||||
kde
|
||||
];
|
||||
};
|
||||
|
|
@ -45,6 +46,7 @@ in
|
|||
desktop
|
||||
|
||||
# other aspects
|
||||
ai
|
||||
kde
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue