From 9d5a736a79448ddad8c016f53f666fdd51b28b47 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sun, 25 Jan 2026 21:30:55 +0100 Subject: [PATCH] Fixed path for laptop config --- hosts/laptop/modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/modules.nix b/hosts/laptop/modules.nix index 53d5032..e18752b 100644 --- a/hosts/laptop/modules.nix +++ b/hosts/laptop/modules.nix @@ -2,8 +2,8 @@ imports = [ ../common/modules.nix ./hardware-configuration.nix - ../../modules/nixos/gamming/steam.nix - ../../modules/nixos/gamming/nvidia.nix + ../../modules/nixos/gaming/steam.nix + ../../modules/nixos/gaming/nvidia.nix ]; }