flakes/modules/user/eww.nix

9 lines
152 B
Nix
Raw Permalink Normal View History

2022-03-22 23:50:53 +07:00
# Depends on bspwm
{ pkgs, ... }: {
2024-01-16 01:08:18 +07:00
home.packages = with pkgs; [ socat ];
2022-03-22 23:50:53 +07:00
programs.eww = {
enable = true;
configDir = ../../res/eww;
};
}