feat(home/gtk): Add abbr to open css debug mode

This commit is contained in:
punkfairie 2025-03-02 15:44:24 -08:00
parent 577c3a7ae0
commit 8c7620cc67
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -23,5 +23,10 @@ in {
inherit package; inherit package;
}; };
}; };
home.shellAbbrs = {
# Inspect element for UI.
"cssdebug" = "GTK_DEBUG=interactive";
};
}; };
} }