nixos-config/modules/home-manager/eww.nix
2023-07-31 19:25:14 -04:00

6 lines
No EOL
79 B
Nix

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