dotfiles/eww/default.nix

15 lines
115 B
Nix
Raw Normal View History

2024-01-10 11:54:07 +01:00
{ inputs
, lib
, config
, pkgs
, ...
}:
{
programs.eww = {
enable = true;
configDir = ./config;
};
}