fix: remove descriptions from 'browser' module

This commit is contained in:
2026-01-14 16:45:56 +01:00
parent 7773d2a7a0
commit a952136be1

View File

@@ -9,7 +9,6 @@
"librewolf"
];
default = "firefox";
description = "Primary web browser";
};
secondary = lib.mkOption {
@@ -21,7 +20,6 @@
]
);
default = null;
description = "Optional secondary web browser";
};
};