Initial commit
This commit is contained in:
8
home/programs/zen-browser/default.nix
Normal file
8
home/programs/zen-browser/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.twilight
|
||||
];
|
||||
|
||||
programs.zen-browser.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user