fix: remove descriptions from 'browser' module

This commit is contained in:
2026-03-11 21:25:31 +01:00
parent 2fef58e066
commit a2d90bbc00
-2
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";
};
};