feat(programs): add opencode configuration
Enable 'opencode.nix' and update associated configurations.
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{device, ...}: {
|
||||
{
|
||||
device,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.eww = {
|
||||
enable = device.is "ryu";
|
||||
enableFishIntegration = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
# xdg.configFile = {
|
||||
# eww = {
|
||||
# source = "${config.home.homeDirectory}/Projects/dotfiles/home/services/eww";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user