nixos/absol/eww/default.nix

8 lines
100 B
Nix
Raw Normal View History

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