feat: split off outputs

This commit is contained in:
Ranomier 2025-04-28 17:05:06 +02:00
parent 7f094b80c5
commit dc411c006e
5 changed files with 52 additions and 65 deletions

View file

@ -1,11 +1,11 @@
{
pkgs,
inputs,
inArgs,
modulesPath,
nixos-unstable,
...
}: {
networking.hostName = "crocoite"; # Define your hostname.
#networking.hostName = "crocoite"; # Define your hostname.
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@ -18,7 +18,7 @@
#nixpkgs.overlays = [ overlays.unstable-packages ];
nixpkgs = {
# You can add overlays here
overlays = with inputs.self.overlays; [
overlays = with inArgs.self.overlays; [
# Add overlays your own flake exports (from overlays and pkgs dir):
#additions
#modifications
@ -56,7 +56,7 @@
# steam and other stuff seems to depend on perl
#"${modulesPath}/profiles/perlless.nix"
inputs.nix-flatpak.nixosModules.nix-flatpak
inArgs.nix-flatpak.nixosModules.nix-flatpak
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
./hardware-configuration.nix