From 0ad362c70a6d1d3393603038ba77d2307164ba95 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 11:12:15 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20a=20whitespace=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/laptop/configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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";