From 3b017106a4b125ac541b6c42ac5c036c77731122 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 15 Jan 2026 15:57:08 +0100 Subject: [PATCH] Fixed 2 errors --- hosts/light/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index 955e145..51b6812 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -14,7 +14,7 @@ light = { # Here isNormalUser = true; # You can change the description too ! - description = "A lightweight system for lowend or performance machines" + description = "A lightweight system for lowend or performance machines"; shell = pkgs.zsh; extraGroups = [ "networkmanager" "wheel" ]; }; @@ -28,7 +28,7 @@ backupFileExtension = "HM-backup"; users = { # Change this to your username - "light" = import ./home.nix"; + "light" = import ./home.nix; }; };