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