nixos/gunther/eww/default.nix
2024-07-29 18:04:23 +02:00

7 lines
No EOL
99 B
Nix

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