nixos/absol/eww/default.nix
2024-11-06 14:03:40 +01:00

7 lines
100 B
Nix
Executable file

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