Browse Source

get rid of imports

master
Juni Kim 2 years ago
parent
commit
110b538f65
  1. 6
      configuration.nix

6
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;

Loading…
Cancel
Save