fix: remove descriptions from 'browser' module
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
"librewolf"
|
"librewolf"
|
||||||
];
|
];
|
||||||
default = "firefox";
|
default = "firefox";
|
||||||
description = "Primary web browser";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
secondary = lib.mkOption {
|
secondary = lib.mkOption {
|
||||||
@@ -21,7 +20,6 @@
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
default = null;
|
default = null;
|
||||||
description = "Optional secondary web browser";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user