flake.nix: inherit formatting changed

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-15 00:40:32 +03:00
parent 29c198a205
commit 921677b37a
No known key found for this signature in database

View file

@ -227,7 +227,10 @@
hand7s = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
modules = [
@ -245,7 +248,10 @@
s0mePC-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
modules = [
"${self}/s0mePC-nix/default.nix"
@ -262,7 +268,10 @@
s0meMiniPC-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
modules = [
"${self}/s0meMiniPC-nix/default.nix"
@ -294,7 +303,10 @@
s0melapt0p-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit
inputs
self
;
};
modules = [
"${self}/s0melapt0p-nix/default.nix"