diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f2dd869..2e81727 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,10 +1,9 @@ { config, inputs, pkgs, ... }: { - imports =  - [ - ./modules.nix - ]; + imports = [ + ./modules.nix + ]; networking = { hostName = "laptop";