🎨 move to nixfmt-rfc-style
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
{ self, darwin, home-manager, ... }:
|
||||
{
|
||||
self,
|
||||
darwin,
|
||||
home-manager,
|
||||
...
|
||||
}:
|
||||
let
|
||||
mkDarwin = hostName: modules:
|
||||
mkDarwin =
|
||||
hostName: modules:
|
||||
let
|
||||
hostSystem = self.hosts.${hostName}.system;
|
||||
in
|
||||
|
Reference in New Issue
Block a user