flakes/modules/user/eww.nix

9 lines
153 B
Nix
Raw Permalink Normal View History

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