fix(home/appearance): Don't install icon theme on mac
This commit is contained in:
parent
d1f0a93fa7
commit
9bf7370584
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ in {
|
|||
fonts.sizes.terminal = lib.mkIf (is-darwin system) 14;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = lib.mkIf (!(is-darwin system)) (with pkgs; [
|
||||
kora-icon-theme
|
||||
];
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue