flakes/modules/user/eww-wayland.nix

8 lines
141 B
Nix
Raw Normal View History

2024-01-17 15:33:46 +07:00
{ pkgs, ... }: {
home.packages = with pkgs; [ socat ];
programs.eww = {
enable = true;
configDir = ../../res/eww-wayland;
};
}