fnott: set icon theme (#1873)
Link: https://github.com/nix-community/stylix/pull/1873 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
e8cdb1e2ba
commit
584d9c57a8
1 changed files with 7 additions and 0 deletions
|
|
@ -48,5 +48,12 @@ mkTarget {
|
|||
};
|
||||
}
|
||||
)
|
||||
(
|
||||
{ polarity, icons }:
|
||||
{
|
||||
services.fnott.settings.main."icon-theme" =
|
||||
if (polarity == "dark") then icons.dark else icons.light;
|
||||
}
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue