fix(home): Add check for linux before setting icons
This commit is contained in:
parent
c7b4149047
commit
41e9b57b6f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
# icons
|
# icons
|
||||||
(mkIf (cfg.icons != null) {
|
(mkIf ((cfg.icons != null) && (is-linux system)) {
|
||||||
gtk = mkDefault {
|
gtk = mkDefault {
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
inherit (cfg.icons) name;
|
inherit (cfg.icons) name;
|
||||||
|
|
Loading…
Reference in a new issue