From 0d3d62b944b6490ac050186588d54f466caf35c0 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 26 Jan 2025 15:55:51 -0800 Subject: [PATCH] feat(darwin): Enable base appearance options --- modules/home/appearance/base/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/appearance/base/default.nix b/modules/home/appearance/base/default.nix index ad931b8..576d9c5 100644 --- a/modules/home/appearance/base/default.nix +++ b/modules/home/appearance/base/default.nix @@ -9,6 +9,8 @@ inherit (lib.snowfall.system) is-darwin; cfg = config.marleyos.appearance.base; + + inherit (lib.snowfall.system) is-linux; inherit (config.marleyos) isDesktop; in { options.marleyos.appearance.base.enable = lib.mkEnableOption "base";