add zen-browser
This commit is contained in:
parent
b2b49c3bda
commit
2d677a19ac
3 changed files with 26 additions and 0 deletions
17
homes/modules/apps/zen-browser.nix
Normal file
17
homes/modules/apps/zen-browser.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) zen-browser;
|
||||
in {
|
||||
imports = [
|
||||
zen-browser.homeModules.twilight
|
||||
];
|
||||
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
package = zen-browser.packages.${system}.twilight;
|
||||
# suppressXdgMigrationWarning = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue