[vega] Sets up working system. [Eww] Moves config to be specific to drew-desktop

This commit is contained in:
2025-03-28 10:28:10 -07:00
parent c95d3419a2
commit b241ccd7d8
21 changed files with 23 additions and 50 deletions

View File

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