nix-configs/modules/desktop/home/eww/default.nix

7 lines
85 B
Nix

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