fix
This commit is contained in:
parent
4735739ad9
commit
966b060f12
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
{ options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.desktop.browsers.firefox;
|
||||
in
|
||||
{
|
||||
options.modules.browsers.firefox = {
|
||||
options.modules.desktop.browsers.firefox = {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue