Files
dotfiles/home/services/eww.nix
uttarayan21 2721c696d0 feat(programs): add opencode configuration
Enable 'opencode.nix' and update associated configurations.
2025-11-22 03:17:53 +05:30

16 lines
261 B
Nix

{
device,
config,
...
}: {
programs.eww = {
enable = device.is "ryu";
enableFishIntegration = true;
};
# xdg.configFile = {
# eww = {
# source = "${config.home.homeDirectory}/Projects/dotfiles/home/services/eww";
# };
# };
}