feat(programs): add opencode configuration

Enable 'opencode.nix' and update associated configurations.
This commit is contained in:
uttarayan21
2025-11-22 03:17:53 +05:30
parent 682531cff4
commit 2721c696d0
6 changed files with 31 additions and 10 deletions

View File

@@ -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";
# };
# };
}

View File

@@ -51,7 +51,7 @@
transform = 0;
supports_wide_color = 1;
supports_hdr = 1;
# bitdepth = 10;
bitdepth = 10;
# cm = "hdr";
# sdrbrightness = 0.005;
# sdrsaturation = 200;