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