From 9b5d6365dd87fc1a053f903c0ee7f9e9b63aa013 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 10:52:19 +0100 Subject: [PATCH] Added a tab --- hosts/laptop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";