mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
glance: Fine tune icons
This commit is contained in:
parent
e15485a60e
commit
b3a1a8bb41
4 changed files with 4 additions and 4 deletions
|
|
@ -103,7 +103,7 @@ in
|
|||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "Alertmanager";
|
||||
icon = "di:alertmanager";
|
||||
icon = "sh:alertmanager";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ in
|
|||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "File Browser";
|
||||
icon = "sh:filebrowser";
|
||||
icon = "sh:file-browser";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ in
|
|||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "Blog";
|
||||
icon = "sh:ghost";
|
||||
icon = "sh:zola";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ in
|
|||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "Screego";
|
||||
icon = "sh:screego";
|
||||
icon = "mdi:projector-screen-outline";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue