From 00572ce3d9b892e266011ac29e7ea8ef37578897 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 9 Jan 2025 17:33:57 -0800 Subject: [PATCH] remove unused pkgs input --- hosts/permafrost/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/permafrost/hardware-configuration.nix b/hosts/permafrost/hardware-configuration.nix index f98dc32..f2ae9f3 100644 --- a/hosts/permafrost/hardware-configuration.nix +++ b/hosts/permafrost/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, modulesPath, ... }: { imports =