feat: gtk

This commit is contained in:
punkfairie 2025-05-26 13:37:06 -07:00
parent a813e5a010
commit ead6eb1832
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 3 additions and 6 deletions

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./stylix.nix ./stylix.nix
./gtk.nix
]; ];
} }

View file

@ -2,12 +2,8 @@
lib, lib,
config, config,
... ...
}: let }: {
cfg = config.marleyos.appearance.gtk; config = lib.mkIf config.marleycfg.profiles.desktop {
in {
options.marleyos.appearance.gtk.enable = lib.mkEnableOption "gtk";
config = lib.mkIf cfg.enable {
home.pointerCursor.gtk.enable = true; home.pointerCursor.gtk.enable = true;
gtk = { gtk = {