style: remove redundant brackets
All checks were successful
Flake checks / Check (pull_request) Successful in 21m41s
All checks were successful
Flake checks / Check (pull_request) Successful in 21m41s
This commit is contained in:
parent
31a885926b
commit
2c29d27ce7
|
@ -10,7 +10,7 @@
|
|||
home-manager = {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
({
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
@ -18,7 +18,7 @@
|
|||
inherit self inputs config;
|
||||
};
|
||||
};
|
||||
})
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue