diff --git a/nixos/default.nix b/nixos/default.nix index 20d58a46..3480518c 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, hostname, stateVersion, username, desktop, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/minimal.nix b/nixos/minimal.nix index cb178c60..be9e66f6 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Services ./common/services/openssh.nix diff --git a/nixos/small.nix b/nixos/small.nix index 2eb1dbf5..8bb1ed5c 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko