diff --git a/configuration.nix b/configuration.nix index 8f3d981..42dd7da 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running `nixos-help`). -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, inputs, ... }: { imports =