mirror of
https://github.com/danth/stylix
synced 2024-11-14 00:17:10 +00:00
Removing isLinux guard
This commit is contained in:
parent
7759c32d7c
commit
983f5d8d62
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
|||
inherit (config.stylix) polarity;
|
||||
in {
|
||||
imports = [ ../icon.nix ];
|
||||
config = lib.mkIf (config.stylix.enable && cfg.enable && pkgs.stdenv.hostPlatform.isLinux) {
|
||||
config = lib.mkIf (config.stylix.enable && cfg.enable) {
|
||||
gtk = {
|
||||
iconTheme = {
|
||||
inherit (cfg) package;
|
||||
|
|
Loading…
Reference in a new issue