diff --git a/configuration.nix b/configuration.nix index 74851d9..12739dd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,9 +2,6 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { - config, - lib, - pkgs, ... }: { imports = [ diff --git a/hardware-configuration.nix b/hardware-configuration.nix index d49b528..f64f1fb 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -4,7 +4,6 @@ { config, lib, - pkgs, modulesPath, ... }: {