Files
nix/home/common/programs/eww/default.nix
T
Miguel Palhas 0ebec61318 better eww
2024-10-06 17:56:56 +01:00

9 lines
129 B
Nix

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