nixos-config/modules/home-manager/eww/default.nix
2024-07-21 15:53:07 +09:00

9 lines
83 B
Nix

{ ... }:
{
programs.eww = {
enable = true;
configDir = ./config;
};
}