nixos/absol/eww/default.nix

7 lines
100 B
Nix

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