Files
dotfiles/home/services/eww.nix
uttarayan21 2ff867e6b6 feat(eww): add "Activate Linux" widget and assets
Add ".gitattributes" for LFS, update flake.nix, and include new eww widget, README, image, SCSS, and Yuck configuration.
2025-11-20 16:19:21 +05:30

8 lines
130 B
Nix

{device, ...}: {
programs.eww = {
enable = device.is "ryu";
enableFishIntegration = true;
configDir = ./eww;
};
}