Undefined variable 'inputs'

Add inputs here:

  # home.nix
- { config, pkgs, ... }:
+ { config, pkgs, inputs, ... }:
2 Likes