flake.nix Reformat
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -66,16 +66,16 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = pkgs_linux-aarch64;
|
pkgs = pkgs_linux-aarch64;
|
||||||
|
|
||||||
# Specify your home configuration modules here, for example,
|
# Specify your home configuration modules here, for example,
|
||||||
# the path to your home.nix.
|
# the path to your home.nix.
|
||||||
modules = [ ./machines/asahi/home.nix ];
|
modules = [ ./machines/asahi/home.nix ];
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
pkgs-x86_64 = pkgs_linux-x86_64;
|
pkgs-x86_64 = pkgs_linux-x86_64;
|
||||||
inputs = attrs;
|
inputs = attrs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user