nixos/common/eww/default.nix

7 lines
99 B
Nix
Raw Normal View History

2024-02-16 13:59:46 +01:00
{ pkgs, ... }:
{
programs.eww = {
enable = true;
configDir = ./config;
};
}