stylix: remove optional parentheses (#1697)

Link: https://github.com/nix-community/stylix/pull/1697

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-07-15 18:51:55 +02:00 committed by GitHub
parent 4add678fe3
commit 45749a791e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@ in
[
config.stylix.homeManagerIntegration.module
]
++ (lib.optionals config.stylix.homeManagerIntegration.followSystem copyModules);
++ lib.optionals config.stylix.homeManagerIntegration.followSystem copyModules;
})
(lib.mkIf config.home-manager.useGlobalPkgs {
home-manager.sharedModules = lib.singleton {