From ead6eb18329bf70edcefde480621266b875cf302 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 26 May 2025 13:37:06 -0700 Subject: [PATCH] feat: gtk --- modules/home/shell/default.nix | 1 + .../gtk/default.nix => modules/home/shell/gtk.nix | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) rename snowflake/modules/home/appearance/gtk/default.nix => modules/home/shell/gtk.nix (76%) 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 = {