flakes/modules/user/eww-wayland.nix

7 lines
141 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ socat ];
programs.eww = {
enable = true;
configDir = ../../res/eww-wayland;
};
}