fix: remove descriptions from 'browser' module
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user