nix-configs/modules/desktop/home/eww/default.nix
2025-04-11 09:20:46 +02:00

7 lines
85 B
Nix

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