nixos/common/eww/default.nix

7 lines
No EOL
99 B
Nix

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