14 lines
140 B
Nix
14 lines
140 B
Nix
{
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
inputs.zen-browser.homeModules.twilight
|
|
];
|
|
|
|
programs.zen-browser = {
|
|
enable = true;
|
|
};
|
|
}
|