style: nix fmt
This commit is contained in:
parent
82122ee03b
commit
09981552c6
|
@ -8,7 +8,8 @@ let
|
|||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager {
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs desktop self username; };
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue