nixos-config/modules/home-manager/eww.nix

6 lines
No EOL
78 B
Nix

{
programs.eww = {
enable=true;
configDir=../../dotfiles/eww;
};
}