mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-17 09:42:29 -05:00
mount boot drive for overseer
This commit is contained in:
parent
25d93e273a
commit
c054752105
2 changed files with 24 additions and 0 deletions
|
|
@ -201,6 +201,25 @@ lib.mkIf config.user.overseer.enable {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Nix = [
|
||||
{
|
||||
Search = [
|
||||
{
|
||||
icon = "https://search.nixos.org/favicon.svg";
|
||||
href = "https://search.nixos.org";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"PR Tracker" = [
|
||||
{
|
||||
href = "https://nixpk.gs/pr-tracker.html";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue