From 8b616b65afc88955ce52d0d570cb774e3f1fdca6 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 21 Mar 2026 16:38:17 +0100 Subject: [PATCH] refactor(default): remove hardware import from default target since it is a dublicate --- hosts/default/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index e8b1b3d..86182ac 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -3,11 +3,6 @@ { pkgs, lib, ... }: { - imports = - [ - ./hardware-configuration.nix - ]; - # use flakes nix.settings.experimental-features = [ "nix-command" "flakes" ];