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

7 lines
79 B
Nix
Raw Normal View History

2024-08-26 11:41:37 +00:00
{ ... }: {
programs.eww = {
enable = true;
configDir = ./configDir;
};
}