This commit is contained in:
Sakooooo 2023-07-09 01:06:28 +03:00
parent 4735739ad9
commit 966b060f12
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,10 +1,10 @@
{ outputs, options, config, lib, pkgs, ...}: { options, config, lib, pkgs, ...}:
with lib; with lib;
let let
cfg = config.modules.desktop.browsers.firefox; cfg = config.modules.desktop.browsers.firefox;
in in
{ {
options.modules.browsers.firefox = { options.modules.desktop.browsers.firefox = {
enable = mkEnableOption false; enable = mkEnableOption false;
}; };