Add ".gitattributes" for LFS, update flake.nix, and include new eww widget, README, image, SCSS, and Yuck configuration.
8 lines
130 B
Nix
8 lines
130 B
Nix
{device, ...}: {
|
|
programs.eww = {
|
|
enable = device.is "ryu";
|
|
enableFishIntegration = true;
|
|
configDir = ./eww;
|
|
};
|
|
}
|