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;
|
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue