diff --git a/home/apps/colorscheme-sync.nix b/home/apps/colorscheme-sync.nix index e6df6d5..1f627e1 100644 --- a/home/apps/colorscheme-sync.nix +++ b/home/apps/colorscheme-sync.nix @@ -7,6 +7,7 @@ # TODO: de-duplicate across modules lat = 48.210033; lng = 16.363449; + inherit (pkgs.stdenv) isLinux; in { home.packages = [ (pkgs.writeShellApplication { @@ -32,7 +33,7 @@ in { ]; services.darkman = { - enable = true; + enable = isLinux; config = { inherit lat lng; useGeoclue = false;