mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
chore: reformat codebase
This commit is contained in:
parent
05fc9ee2b4
commit
a55f326d42
@ -157,25 +157,25 @@ let
|
||||
node.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
modules = [
|
||||
../../../configs/home-manager/${name}
|
||||
config = {
|
||||
modules = [
|
||||
../../../configs/home-manager/${name}
|
||||
|
||||
(
|
||||
let
|
||||
setupConfig = config;
|
||||
in
|
||||
{ config, lib, ... }: {
|
||||
nixpkgs.overlays = setupConfig.overlays;
|
||||
home.username = lib.mkForce name;
|
||||
home.homeDirectory = lib.mkForce setupConfig.homeDirectory;
|
||||
}
|
||||
)
|
||||
];
|
||||
(
|
||||
let
|
||||
setupConfig = config;
|
||||
in
|
||||
{ config, lib, ... }: {
|
||||
nixpkgs.overlays = setupConfig.overlays;
|
||||
home.username = lib.mkForce name;
|
||||
home.homeDirectory = lib.mkForce setupConfig.homeDirectory;
|
||||
}
|
||||
)
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
options.setups.home-manager = {
|
||||
|
Loading…
Reference in New Issue
Block a user