7 lines
100 B
Nix
Executable file
7 lines
100 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
programs.eww = {
|
|
enable = true;
|
|
configDir = ./config;
|
|
};
|
|
}
|