From 110b538f653f44f1f5c7900707b68ad60e7a8bb3 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Mon, 18 Jul 2022 16:17:50 -0400 Subject: [PATCH] get rid of imports --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index fe72954..89ada41 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,12 +5,6 @@ { config, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ./rices/cwm.nix - ]; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2;