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:
parent
4add678fe3
commit
45749a791e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue