treewide: formatting changes in inherit

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 14:01:56 +03:00
parent 397ef455d9
commit 4532b0a134
No known key found for this signature in database
3 changed files with 13 additions and 4 deletions

View file

@ -19,7 +19,10 @@
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
};
}

View file

@ -12,7 +12,7 @@
inputs.hyprland.homeManagerModules.default
inputs.chaotic.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
inputs.noctalia.homeModules.default
];
};
@ -21,7 +21,10 @@
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
};
}

View file

@ -21,7 +21,10 @@
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
};
}