nixos/absol/eww/default.nix

7 lines
99 B
Nix
Raw Normal View History

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