diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c29eecd..3101ec4 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,8 +1,8 @@ -{ pkgs, ... }: +{ config, inputs, pkgs, ... }: { imports = [ - ./modules.nix - ]; + ./modules.nix + ]; networking = { hostName = "laptop";