niksos/homes/jacek/gui/eww/default.nix

13 lines
212 B
Nix
Raw Normal View History

2023-08-16 10:09:53 +02:00
{
config,
inputs,
pkgs,
...
}: {
programs.eww = {
enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.eww-wayland;
configDir = "./config";
};
}