start eww bar setup

This commit is contained in:
Schrottkatze 2024-08-26 13:41:37 +02:00
commit a29f210273
No known key found for this signature in database
6 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ ... }: {
programs.eww = {
enable = true;
configDir = ./configDir;
};
}