workflows/a-happy-gnome: fix isInternal usage

This commit is contained in:
Gabriel Arazas 2023-07-14 10:51:03 +08:00
parent 70017e6de3
commit 8d41d0b764
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -166,7 +166,7 @@ in
} }
# Check whether this is inside of my personal configuration or nah. # Check whether this is inside of my personal configuration or nah.
(lib.mkIf (attrs ? _isInsideFds && attrs._isInsideFds) { (lib.mkIf (lib.isInternal config) {
profiles.i18n = lib.mkDefault { profiles.i18n = lib.mkDefault {
enable = true; enable = true;
ibus.enable = true; ibus.enable = true;