7 lines
No EOL
99 B
Nix
7 lines
No EOL
99 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.eww = {
|
|
enable = true;
|
|
configDir = ./config;
|
|
};
|
|
} |