mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
treewide: format with latest stable formatter
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -31,7 +31,8 @@ let
|
||||
osConfig = config;
|
||||
osClass = _class;
|
||||
modulesPath = builtins.toString ../modules;
|
||||
} // cfg.extraSpecialArgs;
|
||||
}
|
||||
// cfg.extraSpecialArgs;
|
||||
modules = [
|
||||
(
|
||||
{ name, ... }:
|
||||
@@ -62,7 +63,8 @@ let
|
||||
};
|
||||
}
|
||||
)
|
||||
] ++ cfg.sharedModules;
|
||||
]
|
||||
++ cfg.sharedModules;
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user