Big omen laptop migration
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ inputs, config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.dov.browser.zen;
|
||||
in {
|
||||
options.dov.browser.zen.enable = mkEnableOption "zen config";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user