This commit is contained in:
Schrottkatze 2026-06-20 15:53:54 +02:00
commit f71276f011
No known key found for this signature in database

View file

@ -2,6 +2,12 @@
{
programs.eww = {
enable = true;
configDir = ./configDir;
yuckConfig = null;
scssConfig = null;
};
xdg.configFile."eww" = {
source = ./configDir;
recursive = true;
force = true;
};
}