Working on reshuffling
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Option to enable Zen Browser installation
|
||||
options.enableZenBrowser =
|
||||
lib.mkEnableOption "Install Zen Browser";
|
||||
|
||||
config = lib.mkIf (config.enableZenBrowser or false) {
|
||||
# Add the package system-wide
|
||||
environment.systemPackages = [ pkgs.zen-browser ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user