mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/homer: rename link to url
This commit is contained in:
parent
f2f3f59f78
commit
f25f970c75
24 changed files with 24 additions and 24 deletions
|
@ -115,7 +115,7 @@
|
|||
{
|
||||
inherit (cat) name;
|
||||
items = lib.forEach catApps (a: {
|
||||
inherit (a.dashboard) name link type method;
|
||||
inherit (a.dashboard) method name type url;
|
||||
icon = lib.optionalString (a.dashboard.icon != null) "fas fa-${a.dashboard.icon}";
|
||||
target = "_blank";
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue