feat: add offline search
This commit is contained in:
parent
707cbcca9e
commit
04407a5726
6 changed files with 130 additions and 11 deletions
|
|
@ -6,6 +6,7 @@ with lib;
|
|||
{
|
||||
options.my.terminal = {
|
||||
package = mkOption {
|
||||
description = "Terminal emulator package to use. Gets converted to path of bin automatically.";
|
||||
type = types.package;
|
||||
apply = lib.getExe;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue