mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
workflows/a-happy-gnome: fix isInternal
usage
This commit is contained in:
parent
70017e6de3
commit
8d41d0b764
@ -166,7 +166,7 @@ in
|
||||
}
|
||||
|
||||
# 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 {
|
||||
enable = true;
|
||||
ibus.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user