what did i do here again

This commit is contained in:
Sakooooo 2023-08-11 01:01:03 +03:00
parent 0ecfd4b2c3
commit fef4a98fa8
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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