1
0
forked from extern/nix-config
donovanglover-nix-config/home/eww.nix

10 lines
126 B
Nix
Raw Normal View History

2023-08-08 02:44:15 +02:00
{ pkgs, ... }:
{
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ../assets/eww;
};
}