diff --git a/modules/home/shell/default.nix b/modules/home/shell/default.nix index 1d81f85..b2480b1 100644 --- a/modules/home/shell/default.nix +++ b/modules/home/shell/default.nix @@ -1,5 +1,6 @@ { imports = [ ./stylix.nix + ./gtk.nix ]; } diff --git a/snowflake/modules/home/appearance/gtk/default.nix b/modules/home/shell/gtk.nix similarity index 76% rename from snowflake/modules/home/appearance/gtk/default.nix rename to modules/home/shell/gtk.nix index 00a2c9e..dcc29cf 100644 --- a/snowflake/modules/home/appearance/gtk/default.nix +++ b/modules/home/shell/gtk.nix @@ -2,12 +2,8 @@ lib, config, ... -}: let - cfg = config.marleyos.appearance.gtk; -in { - options.marleyos.appearance.gtk.enable = lib.mkEnableOption "gtk"; - - config = lib.mkIf cfg.enable { +}: { + config = lib.mkIf config.marleycfg.profiles.desktop { home.pointerCursor.gtk.enable = true; gtk = {