mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 11:17:23 +02:00
7 lines
85 B
Nix
7 lines
85 B
Nix
{ ... }:
|
|
{
|
|
programs.eww = {
|
|
enable = true;
|
|
configDir = ./configDir;
|
|
};
|
|
}
|