diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 323c51d0..cef30ead 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/small.nix b/nixos/small.nix index 15c59888..87793214 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko