diff --git a/configuration.nix b/configuration.nix index c969f01..8664b05 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,8 +10,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - nixvim.nixosModules.nixvim - ]; +]; # Bootloader. boot.loader.systemd-boot.enable = true;