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.
|
node.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
modules = [
|
modules = [
|
||||||
../../../configs/home-manager/${name}
|
../../../configs/home-manager/${name}
|
||||||
|
|
||||||
(
|
(
|
||||||
let
|
let
|
||||||
setupConfig = config;
|
setupConfig = config;
|
||||||
in
|
in
|
||||||
{ config, lib, ... }: {
|
{ config, lib, ... }: {
|
||||||
nixpkgs.overlays = setupConfig.overlays;
|
nixpkgs.overlays = setupConfig.overlays;
|
||||||
home.username = lib.mkForce name;
|
home.username = lib.mkForce name;
|
||||||
home.homeDirectory = lib.mkForce setupConfig.homeDirectory;
|
home.homeDirectory = lib.mkForce setupConfig.homeDirectory;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.setups.home-manager = {
|
options.setups.home-manager = {
|
||||||
|
Loading…
Reference in New Issue
Block a user