mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
blog: Auto invert icon
This commit is contained in:
parent
784a20644f
commit
49a5a68788
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ in
|
||||||
|
|
||||||
meta.services.${cfg.domain} = {
|
meta.services.${cfg.domain} = {
|
||||||
title = "Blog";
|
title = "Blog";
|
||||||
icon = "sh:zola";
|
icon = "auto-invert sh:zola";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue