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;