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 = [
./stylix.nix
./gtk.nix
];
}

View file

@ -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 = {