forked from extern/nix-config
10 lines
126 B
Nix
10 lines
126 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
programs.eww = {
|
||
|
enable = true;
|
||
|
package = pkgs.eww-wayland;
|
||
|
configDir = ../assets/eww;
|
||
|
};
|
||
|
}
|