mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-10-30 09:07:58 +01:00
6 lines
79 B
Nix
6 lines
79 B
Nix
{ ... }: {
|
|
programs.eww = {
|
|
enable = true;
|
|
configDir = ./configDir;
|
|
};
|
|
}
|