From 2be586e2cc43a567a4cf8faa09eea99108338cff Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Sun, 21 Jun 2026 21:39:31 -0500 Subject: [PATCH] Changed order of configuration imports --- hosts/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 6e47f0f..c6c5b1b 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -6,10 +6,10 @@ ./disko.nix # Modules - ../../modules/virtualization ../../modules/core - ../../modules/networking ../../modules/development + ../../modules/networking + ../../modules/virtualization ]; boot = {